summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/t/maria-big.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/t/maria-big.test')
-rw-r--r--mysql-test/suite/maria/t/maria-big.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/t/maria-big.test b/mysql-test/suite/maria/t/maria-big.test
index 92177c0a9af..d664dc05095 100644
--- a/mysql-test/suite/maria/t/maria-big.test
+++ b/mysql-test/suite/maria/t/maria-big.test
@@ -64,3 +64,11 @@ select a,length(b) from t1;
check table t1;
drop table t1;
+
+# Set defaults back
+--disable_result_log
+--disable_query_log
+set global maria_log_file_size=default;
+set global max_allowed_packet=default;
+--enable_result_log
+--enable_query_log