mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Adjust storage_engine suite according to server changes in 10.2
This commit is contained in:
@ -13,7 +13,7 @@ ALTER TABLE t1 ALTER COLUMN a SET DEFAULT '0';
|
||||
SHOW CREATE TABLE t1;
|
||||
Table Create Table
|
||||
t1 CREATE TABLE `t1` (
|
||||
`a` int(11) DEFAULT '0',
|
||||
`a` int(11) DEFAULT 0,
|
||||
`c` char(8) DEFAULT NULL,
|
||||
`b` int(11) DEFAULT NULL
|
||||
) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1
|
||||
|
Reference in New Issue
Block a user