mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
ac2a037ff9
to use ANSI_QUOTES Make all have_* tests universally safe by using ANSI quotes.
5 lines
173 B
PHP
5 lines
173 B
PHP
if (!`SELECT count(*) FROM information_schema.engines WHERE
|
|
(support = 'YES' OR support = 'DEFAULT') AND
|
|
engine = 'blackhole'`){
|
|
skip Need blackhole engine;
|
|
}
|