1
0
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:
dlenev@mysql.com
2006-03-25 12:07:45 +03:00
parent 880d1ccd64
commit 85c1e4d25f

View File

@@ -887,7 +887,7 @@ mysqltest t1_bi mysqltest t1 set @a:=new.id
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`id` int(11) default NULL
`id` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop trigger test.t1_bi;
ERROR HY000: Trigger does not exist