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:
@ -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;
|
||||
|
Reference in New Issue
Block a user