mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix results due to change in SHOW CREATE TABLE output
This commit is contained in:
@ -32,7 +32,7 @@ t1 CREATE TABLE `t1` (
|
||||
`a` int(11) NOT NULL default '0',
|
||||
`blob_column` longblob,
|
||||
`vchar_column` varchar(100) default NULL,
|
||||
PRIMARY KEY (`a`)
|
||||
PRIMARY KEY (`a`)
|
||||
) ENGINE=ndbcluster DEFAULT CHARSET=latin1 PARTITION BY KEY ()
|
||||
DROP PROCEDURE test.p1;
|
||||
DROP FUNCTION test.fn1;
|
||||
|
Reference in New Issue
Block a user