diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-04-04 13:38:19 +0300 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-04-04 13:38:19 +0300 |
commit | dbd125fd909c531b2296a7bd90283d259a62fb59 (patch) | |
tree | eadca488e3a499272286b4979dc55cd37cb478c6 /mysql-test/t/errors.test | |
parent | 7bf304a6bd85c6fdfdf2c6ff8c4a7a2d0ce3c681 (diff) | |
download | mariadb-git-dbd125fd909c531b2296a7bd90283d259a62fb59.tar.gz |
BUG 27513: fixed left-over sql mode from a test case.
Diffstat (limited to 'mysql-test/t/errors.test')
-rw-r--r-- | mysql-test/t/errors.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/errors.test b/mysql-test/t/errors.test index 6ddef2a8c08..4fbdcba635f 100644 --- a/mysql-test/t/errors.test +++ b/mysql-test/t/errors.test @@ -40,6 +40,7 @@ create table t1 (a int(256)); set sql_mode='traditional'; --error 1074 create table t1 (a varchar(66000)); +set sql_mode=default; # # Bug #27513: mysql 5.0.x + NULL pointer DoS |