1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Backporting a patch for Bug#43358 from 6.0 to trunk-bugfixing.

This commit is contained in:
Alexander Nozdrin
2010-05-19 16:33:51 +04:00
parent 796fd24e15
commit 2f7945b8b9
2 changed files with 126 additions and 0 deletions

View File

@ -16,4 +16,11 @@ SET @old_general_log= @@global.general_log;
# End of 4.1 tests
echo ok;
--echo
--echo # cat MYSQL_TMP_DIR/test_wl4435.out.log
--echo # ------------------------------------
--cat_file $MYSQL_TMP_DIR/test_wl4435.out.log
--echo # ------------------------------------
--echo
SET @@global.general_log= @old_general_log;