summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysql_comments.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/mysql_comments.test')
-rw-r--r--mysql-test/t/mysql_comments.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/mysql_comments.test b/mysql-test/t/mysql_comments.test
index 1f997aeb1ab..7b00f17e259 100644
--- a/mysql-test/t/mysql_comments.test
+++ b/mysql-test/t/mysql_comments.test
@@ -10,6 +10,8 @@
# #
########################################################################
+set global sql_mode="";
+
#
# Bug #11230: Keeping comments when storing stored procedures
#
@@ -34,4 +36,6 @@ drop trigger if exists t1_bi;
--echo "Pass 2 : --enable-comments"
--exec $MYSQL --enable-comments test 2>&1 < "./t/mysql_comments.sql"
+
+set global sql_mode=default;
--echo End of 5.0 tests