diff options
Diffstat (limited to 'mysql-test/include/log_slow_stop.inc')
-rw-r--r-- | mysql-test/include/log_slow_stop.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/log_slow_stop.inc b/mysql-test/include/log_slow_stop.inc new file mode 100644 index 00000000..7ee24af9 --- /dev/null +++ b/mysql-test/include/log_slow_stop.inc @@ -0,0 +1,4 @@ +--disable_query_log +SET GLOBAL slow_query_log=0; +--echo [log_slow_stop.inc] $log_file +--enable_query_log |