Commit 0197ee1d authored by unknown's avatar unknown

after-merge fix: adjusted test results.

parent edbd365e
...@@ -1566,7 +1566,7 @@ execute stmt using @a; ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment