summaryrefslogtreecommitdiff
path: root/mysql-test/t/log_tables-big.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/log_tables-big.test')
-rw-r--r--mysql-test/t/log_tables-big.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/log_tables-big.test b/mysql-test/t/log_tables-big.test
index 8c956fa6f55..4a10ea12edf 100644
--- a/mysql-test/t/log_tables-big.test
+++ b/mysql-test/t/log_tables-big.test
@@ -7,6 +7,8 @@
# check that CSV engine was compiled in
--source include/have_csv.inc
+set @@global.log_output = 'TABLE';
+
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);
@@ -33,3 +35,5 @@ connection default;
disconnect con1;
disconnect con2;
+
+set @@global.log_output=default;