Commit 2a60a432 authored by unknown's avatar unknown
Browse files

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

parent b16e7297
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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