mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
4 lines
156 B
PHP
4 lines
156 B
PHP
|
# include file for test files that can be run with and without debug
|
||
|
# having debug and non-debug tests.
|
||
|
let $have_debug=`select version() like '%debug%'`;
|