diff options
author | Tatiana A. Nurnberg <azundris@mysql.com> | 2009-03-18 13:31:35 +0100 |
---|---|---|
committer | Tatiana A. Nurnberg <azundris@mysql.com> | 2009-03-18 13:31:35 +0100 |
commit | a8fad0c9231b8e47d963800e180d81a01c47bca2 (patch) | |
tree | a7ed10027773844c5435c06ebefa618e10c34f0e /mysql-test/t/strict.test | |
parent | e976b27ea65c365953199ac6be9b80479d149525 (diff) | |
parent | ff37912ff43f0fdde68393ddae2a7629d6fe79f0 (diff) | |
download | mariadb-git-a8fad0c9231b8e47d963800e180d81a01c47bca2.tar.gz |
auto-merge
Diffstat (limited to 'mysql-test/t/strict.test')
-rw-r--r-- | mysql-test/t/strict.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/strict.test b/mysql-test/t/strict.test index f2ce045840c..5779ea97bc2 100644 --- a/mysql-test/t/strict.test +++ b/mysql-test/t/strict.test @@ -1163,11 +1163,11 @@ set @@sql_mode= @org_mode; # Bug #13934 Silent truncation of table comments # set @@sql_mode='traditional'; ---error 1105 +--error ER_TOO_LONG_TABLE_COMMENT create table t1 (i int) comment '123456789*123456789*123456789*123456789*123456789* 123456789*123456789*123456789*123456789*123456789*'; ---error 1105 +--error ER_TOO_LONG_FIELD_COMMENT create table t1 ( i int comment '123456789*123456789*123456789*123456789* |