diff options
author | sergefp@mysql.com <> | 2005-10-31 09:22:33 +0300 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-10-31 09:22:33 +0300 |
commit | 4ad3313cd7dc27a9d2186d0e2921110cd8efeed8 (patch) | |
tree | 9e7433ce2d18259462cf2a478a34d4cedf66a021 /mysql-test/t/create.test | |
parent | 09a4d0c7a76c7981c02863ae7500f36c4ed6f621 (diff) | |
download | mariadb-git-4ad3313cd7dc27a9d2186d0e2921110cd8efeed8.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; |