Commit e2b6e764 authored by Davi Arnaut's avatar Davi Arnaut

Disable session debugging after its not necessary anymore.

mysql-test/t/log_tables_debug.test:
  Remove spurious spaces and disable session debugging.
parent 422e834a
...@@ -28,7 +28,7 @@ let MYSQLD_DATADIR= `SELECT @@datadir`; ...@@ -28,7 +28,7 @@ let MYSQLD_DATADIR= `SELECT @@datadir`;
SET @@global.general_log = ON; SET @@global.general_log = ON;
SET @@global.general_log_file = 'bug45387_general.log'; SET @@global.general_log_file = 'bug45387_general.log';
# turn on output of timestamps on all log file entries, # turn on output of timestamps on all log file entries
SET SESSION debug='+d,reset_log_last_time'; SET SESSION debug='+d,reset_log_last_time';
let CONN_ID= `SELECT CONNECTION_ID()`; let CONN_ID= `SELECT CONNECTION_ID()`;
...@@ -37,7 +37,7 @@ FLUSH LOGS; ...@@ -37,7 +37,7 @@ FLUSH LOGS;
# reset log settings # reset log settings
SET @@global.general_log = @old_general_log; SET @@global.general_log = @old_general_log;
SET @@global.general_log_file = @old_general_log_file; SET @@global.general_log_file = @old_general_log_file;
SET SESSION debug='-d,reset_log_last_time'; SET SESSION debug='-d';
perl; perl;
# get the relevant info from the surrounding perl invocation # get the relevant info from the surrounding perl invocation
...@@ -92,4 +92,3 @@ if(!$fixed_bug38124) ...@@ -92,4 +92,3 @@ if(!$fixed_bug38124)
eval SET @@global.slow_query_log_file = '$my_var'; eval SET @@global.slow_query_log_file = '$my_var';
--enable_query_log --enable_query_log
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment