diff options
author | unknown <sergefp@mysql.com> | 2005-10-31 09:22:33 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2005-10-31 09:22:33 +0300 |
commit | fdd6daf4b59970c105bc5534ca1e300a72cb138a (patch) | |
tree | 9e7433ce2d18259462cf2a478a34d4cedf66a021 /mysql-test/t/create.test | |
parent | 2f6bb04f9e952970528f43124942e3b533e7969a (diff) | |
download | mariadb-git-fdd6daf4b59970c105bc5534ca1e300a72cb138a.tar.gz |
BUG#14139 - Merge to 5.0
Diffstat (limited to 'mysql-test/t/create.test')
-rw-r--r-- | mysql-test/t/create.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test index f461a092de1..67ad3058153 100644 --- a/mysql-test/t/create.test +++ b/mysql-test/t/create.test @@ -550,6 +550,7 @@ create table t1 ( a varchar(112) charset utf8 collate utf8_bin not null, primary key (a) ) select 'test' as a ; +--warning 1364 show create table t1; drop table t1; |