mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
Implement it in a different way that works on both release and debug builds, and still uses --skip instead of --require.
5 lines
179 B
SQL
5 lines
179 B
SQL
if (`SELECT COUNT(*) = 0 FROM information_schema.session_variables WHERE
|
|
variable_name = 'debug_sync' AND variable_value LIKE 'ON %'`) {
|
|
--skip Needs debug_sync enabled
|
|
}
|