summaryrefslogtreecommitdiff
path: root/mysql-test/t/slow_query_log_file_basic.test
Commit message (Collapse)AuthorAgeFilesLines
* WL#4681: Took the system variable tests out of the main test suite, put them ↵Horst Hunger2008-12-191-72/+0
| | | | into "sys_vars", updated some reult files and tests.
* A number of fixes after a merge from the main 5.1 tree:unknown2008-05-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | the local tree contains a fix for Bug#32748 "Inconsistent handling of assignments to general_log_file/slow_query_log_file", which changes output of a number of tests. mysql-test/r/general_log_file_basic.result: Update results (Bug#32748) mysql-test/r/log_output_basic.result: Update the test with results of the fix for Bug#32748 mysql-test/r/slow_query_log_file_basic.result: Update the test with results of the fix for Bug#32748 mysql-test/t/general_log_file_basic.test: Adjust to take into account the fix for Bug#32748 (a port from 6.0-bugteam) mysql-test/t/log_output_basic.test: Adjust to take into account the fix for Bug#32748 (a port from 6.0-bugteam) mysql-test/t/slow_query_log_file_basic.test: Adjust to take into account the fix for Bug#32748 (a port from 6.0-bugteam) tests/mysql_client_test.c: Fix a compilation warning.
* System variable tests delivered by Folio3 (see WL4288).unknown2008-04-101-0/+70
BitKeeper/etc/ignore: Added mysql-test/linux_sys_vars.inc mysql-test/load_sysvars.inc mysql-test/windows_sys_vars.inc to the ignore list