Commit 6c3de76a authored by Sergei Golubchik's avatar Sergei Golubchik

fix have_debug_sync.inc

remove unused require files
parent 1d2b11b2
--require r/have_debug_sync.require
disable_query_log;
let $value= query_get_value(SHOW VARIABLES LIKE 'debug_sync', Value, 1);
eval SELECT ('$value' LIKE 'ON %') AS debug_sync;
enable_query_log;
if (`select @@debug_sync not like 'ON %'`) {
--skip Needs a debug_sync enabled
}
instr(version(), "debug") > 0
1
Variable_name Value
server_id 1
Variable_name Value
server_id 102
Variable_name Value
use extern server NO
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment