DP_S/build/lib/mysql/mysql-test/include/not_blackhole.inc

6 lines
173 B
PHP
Raw Normal View History

2024-04-24 10:25:44 +08:00
if (`SELECT count(*) FROM information_schema.engines WHERE
(support = 'YES' OR support = 'DEFAULT') AND
engine = 'blackhole'`){
skip Blackhole engine enabled;
}