summaryrefslogtreecommitdiff
path: root/mysql-test/r/log_tables_debug.result
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-06-15 20:27:27 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-06-15 20:27:27 -0300
commit3cc3aa7d70ccffe701f378a6a9f21b1ee02dabc2 (patch)
tree75b2cbbbb4bf78705647ee6df646e5984dafc666 /mysql-test/r/log_tables_debug.result
parentcebad07c5d1c0367b2e405f55baeb9e62422d095 (diff)
downloadmariadb-git-3cc3aa7d70ccffe701f378a6a9f21b1ee02dabc2.tar.gz
Post-merge fix: modify regular expression to better handle 24 hour
times (ie: 2:16:20). mysql-test/r/log_tables_debug.result: Update test case result. mysql-test/t/log_tables_debug.test: Skip spaces and handle case when a leading zero is not printed.
Diffstat (limited to 'mysql-test/r/log_tables_debug.result')
-rw-r--r--mysql-test/r/log_tables_debug.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/log_tables_debug.result b/mysql-test/r/log_tables_debug.result
index 16d8eed136f..daedb8c103a 100644
--- a/mysql-test/r/log_tables_debug.result
+++ b/mysql-test/r/log_tables_debug.result
@@ -3,7 +3,7 @@ SET @old_general_log_file= @@global.general_log_file;
SET @old_slow_query_log= @@global.slow_query_log;
SET @old_slow_query_log_file= @@global.slow_query_log_file;
#
-# Bug#45387 Information about statement id for prepared
+# Bug#45387 Information about statement id for prepared
# statements missed from general log
#
SET @@global.general_log = ON;
@@ -12,7 +12,7 @@ SET SESSION debug='+d,reset_log_last_time';
FLUSH LOGS;
SET @@global.general_log = @old_general_log;
SET @@global.general_log_file = @old_general_log_file;
-SET SESSION debug='-d,reset_log_last_time';
+SET SESSION debug='-d';
Bug#45387: ID match.
End of 5.1 tests
#