mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
after-merge fix: adjusted test results.
This commit is contained in:
@@ -1566,7 +1566,7 @@ execute stmt using @a;
|
||||
show create table t1;
|
||||
Table Create Table
|
||||
t1 CREATE TABLE `t1` (
|
||||
`?` decimal(2,1) default NULL
|
||||
`?` decimal(2,1) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
drop table t1;
|
||||
End of 5.0 tests.
|
||||
|
||||
Reference in New Issue
Block a user