summaryrefslogtreecommitdiff
path: root/mysql-test/t/log_tables_debug.test
Commit message (Collapse)AuthorAgeFilesLines
* rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-151-2/+2
| | | | | | (and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
* log_tables_debug.test fix.Alexey Botchkov2010-09-271-0/+1
| | | | | | | per-file comments: mysql-test/t/log_tables_debug.test This test shouldn't be run at the embedded server.
* Post-merge fix: modify regular expression to better handle 24 hourDavi Arnaut2009-06-151-1/+1
| | | | | | | | | 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.
* Disable session debugging after its not necessary anymore.Davi Arnaut2009-06-151-6/+5
| | | | | mysql-test/t/log_tables_debug.test: Remove spurious spaces and disable session debugging.
* Bug #45387 Information about statement id for prepared Staale Smedseng2009-06-151-3/+10
| | | | | | | | | | | | statements missed from general log A FLUSH LOGS is added to ensure that the log info hits the file before attempting to process. mysql-test/t/log_tables_debug.test: A FLUSH LOGS is added, and in the event that a match is not found, <FILE> is reset and the contents of the log file is dumped for debugging purposes.
* Bug #45387 Information about statement id for prepared Staale Smedseng2009-06-121-0/+88
statements missed from general log A refinement of the test in the previous patch to avoid using sleep as a means to ensure that timestamps are added to the log entries. mysql-test/t/log_tables_debug.test: New test file. A debug feature is used to ensure that log entries are prefixed with a timestamp. sql/log.cc: A debug feature is implemented to ensure that log entries are prefixed with a timestamp.