summaryrefslogtreecommitdiff
path: root/mysql-test/t/errors.test
diff options
context:
space:
mode:
authorunknown <gkodinov/kgeorge@magare.gmz>2007-04-04 13:38:19 +0300
committerunknown <gkodinov/kgeorge@magare.gmz>2007-04-04 13:38:19 +0300
commitdbd125fd909c531b2296a7bd90283d259a62fb59 (patch)
treeeadca488e3a499272286b4979dc55cd37cb478c6 /mysql-test/t/errors.test
parent7bf304a6bd85c6fdfdf2c6ff8c4a7a2d0ce3c681 (diff)
downloadmariadb-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.test1
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