summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/partition.test')
-rw-r--r--mysql-test/t/partition.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/partition.test b/mysql-test/t/partition.test
index 6a12e4a4d12..23a300de9e5 100644
--- a/mysql-test/t/partition.test
+++ b/mysql-test/t/partition.test
@@ -10,6 +10,8 @@
#
--source include/have_partition.inc
+SET @old_general_log= @@global.general_log;
+
--disable_warnings
drop table if exists t1, t2;
--enable_warnings
@@ -1913,3 +1915,6 @@ select count(*) from t1;
drop table t1;
--echo End of 5.1 tests
+
+
+SET @@global.general_log= @old_general_log;