mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Tests and results fixed with last precision/decimal related modifications
This commit is contained in:
parent
196a87cbd6
commit
8f3647005c
23 changed files with 1015 additions and 994 deletions
|
|
@ -504,7 +504,7 @@ show create table t1;
|
|||
Table Create Table
|
||||
t1 CREATE TABLE `t1` (
|
||||
`c1` bigint(20) default NULL,
|
||||
`c2` decimal(64,30) default NULL,
|
||||
`c2` decimal(65,30) default NULL,
|
||||
`c3` longtext,
|
||||
`c4` double default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue