mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix for bug#52501 consisting of changes of some sys_vars tests including review results.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
SET @start_value = @@global.log_output;
|
||||
SELECT @start_value;
|
||||
@start_value
|
||||
FILE,TABLE
|
||||
FILE
|
||||
'#--------------------FN_DYNVARS_065_01------------------------#'
|
||||
SET @@global.log_output = FILE;
|
||||
SET @@global.log_output = DEFAULT;
|
||||
@ -172,4 +172,4 @@ TABLE
|
||||
SET @@global.log_output = @start_value;
|
||||
SELECT @@global.log_output;
|
||||
@@global.log_output
|
||||
FILE,TABLE
|
||||
FILE
|
||||
|
Reference in New Issue
Block a user