diff options
author | msvensson@neptunus.(none) <> | 2006-03-06 11:39:36 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-03-06 11:39:36 +0100 |
commit | 40b3222b74a503f694b81a5d9b5c09a7bbee68a6 (patch) | |
tree | ebd1254d595b663b63a532cd1207e1e87802aa4c /mysql-test/r/binary.result | |
parent | b56857d152415b1e748c9555159ff906771706fa (diff) | |
parent | c4b1fb68b435bab222fbfc3bb746a30bbca3b7c4 (diff) | |
download | mariadb-git-40b3222b74a503f694b81a5d9b5c09a7bbee68a6.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
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 c5673d1c00d..ccafa43c7ab 100644 --- a/mysql-test/r/binary.result +++ b/mysql-test/r/binary.result @@ -138,7 +138,7 @@ 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; create table t1 (col1 binary(4)); |