mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
0b273845de
and the original engine is disabled Missing check that engine is available.
5 lines
173 B
C++
5 lines
173 B
C++
if (`SELECT count(*) FROM information_schema.engines WHERE
|
|
(support = 'YES' OR support = 'DEFAULT') AND
|
|
engine = 'blackhole'`){
|
|
skip Blackhole engine enabled;
|
|
}
|