From c4b1fb68b435bab222fbfc3bb746a30bbca3b7c4 Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Wed, 22 Feb 2006 10:09:59 +0100 Subject: Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case --- mysql-test/r/binary.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/binary.result') diff --git a/mysql-test/r/binary.result b/mysql-test/r/binary.result index a8d6c3bf411..99d9c4dad02 100644 --- a/mysql-test/r/binary.result +++ b/mysql-test/r/binary.result @@ -138,6 +138,6 @@ create table t1 (a binary); show create table t1; Table Create Table t1 CREATE TABLE `t1` ( - `a` binary(1) default NULL + `a` binary(1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 drop table t1; -- cgit v1.2.1