| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
(and to follow the naming conventons).
keep old debug variable, but mark it as deprecated.
|
|
|
|
|
|
|
| |
per-file comments:
mysql-test/t/log_tables_debug.test
This test shouldn't be run at the embedded server.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
mysql-test/t/log_tables_debug.test:
Remove spurious spaces and disable session debugging.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
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.
|