after-merge fix: adjusted test results.
This commit is contained in:
parent
edbd365e30
commit
0197ee1d71
@ -1566,7 +1566,7 @@ execute stmt using @a;
|
|||||||
show create table t1;
|
show create table t1;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
t1 CREATE TABLE `t1` (
|
t1 CREATE TABLE `t1` (
|
||||||
`?` decimal(2,1) default NULL
|
`?` decimal(2,1) DEFAULT NULL
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||||
drop table t1;
|
drop table t1;
|
||||||
End of 5.0 tests.
|
End of 5.0 tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user