mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
5 lines
188 B
Text
5 lines
188 B
Text
|
SET @old_slow_query_log= @@global.slow_query_log;
|
||
|
call mtr.add_suppression(" Error reading file './client_test_db/test_frm_bug.frm'");
|
||
|
ok
|
||
|
SET @@global.slow_query_log= @old_slow_query_log;
|