diff options
author | msvensson@neptunus.(none) <> | 2006-02-22 10:09:59 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-02-22 10:09:59 +0100 |
commit | c4b1fb68b435bab222fbfc3bb746a30bbca3b7c4 (patch) | |
tree | ac3130814138d99687fb692ac385fa347baeb55c /mysql-test/r/binary.result | |
parent | 751d625865f8f8ed869ccb1ca73d816f60f4cfa5 (diff) | |
download | mariadb-git-c4b1fb68b435bab222fbfc3bb746a30bbca3b7c4.tar.gz |
Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case
Diffstat (limited to 'mysql-test/r/binary.result')
-rw-r--r-- | mysql-test/r/binary.result | 2 |
1 files changed, 1 insertions, 1 deletions
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; |