DP_S/build/lib/mysql/mysql-test/include/have_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 Need blackhole engine;
}