初版
This commit is contained in:
5
build/lib/mysql/mysql-test/r/mysql_client_test.result
Normal file
5
build/lib/mysql/mysql-test/r/mysql_client_test.result
Normal file
@@ -0,0 +1,5 @@
|
||||
SET @old_general_log= @@global.general_log;
|
||||
SET @old_slow_query_log= @@global.slow_query_log;
|
||||
ok
|
||||
SET @@global.general_log= @old_general_log;
|
||||
SET @@global.slow_query_log= @old_slow_query_log;
|
||||
Reference in New Issue
Block a user