Commit 85c1e4d2 authored by dlenev@mysql.com's avatar dlenev@mysql.com

Updated test case. SHOW CREATE TABLE uses uppercase DEFAULT clause in 5.1.

parent 880d1ccd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment