mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
6 lines
173 B
PHP
6 lines
173 B
PHP
|
if (`SELECT count(*) FROM information_schema.engines WHERE
|
||
|
(support = 'YES' OR support = 'DEFAULT') AND
|
||
|
engine = 'blackhole'`){
|
||
|
skip Blackhole engine enabled;
|
||
|
}
|