mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
7 lines
115 B
PHP
7 lines
115 B
PHP
|
let $is_debug = `select version() like '%debug%'`;
|
||
|
if ($is_debug)
|
||
|
{
|
||
|
skip Does not run in with debug binaries;
|
||
|
}
|
||
|
|