mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Updated test case. SHOW CREATE TABLE uses uppercase DEFAULT clause in 5.1.
This commit is contained in:
@@ -887,7 +887,7 @@ mysqltest t1_bi mysqltest t1 set @a:=new.id
|
|||||||
show create table t1;
|
show create table t1;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
t1 CREATE TABLE `t1` (
|
t1 CREATE TABLE `t1` (
|
||||||
`id` int(11) default NULL
|
`id` int(11) DEFAULT NULL
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||||
drop trigger test.t1_bi;
|
drop trigger test.t1_bi;
|
||||||
ERROR HY000: Trigger does not exist
|
ERROR HY000: Trigger does not exist
|
||||||
|
Reference in New Issue
Block a user