summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/have_debug_sync.inc
blob: dbe6dfddd2633ecf2c67208f22a782cc6483b477 (plain)
1
2
3
4
if (`select count(*) = 0 from information_schema.session_variables where variable_name = 'debug_sync' and variable_value like 'on %'`)
{
  skip debug_sync is not available;
}