初版
This commit is contained in:
5
build/lib/mysql/mysql-test/include/have_blackhole.inc
Normal file
5
build/lib/mysql/mysql-test/include/have_blackhole.inc
Normal file
@@ -0,0 +1,5 @@
|
||||
if (!`SELECT count(*) FROM information_schema.engines WHERE
|
||||
(support = 'YES' OR support = 'DEFAULT') AND
|
||||
engine = 'blackhole'`){
|
||||
skip Need blackhole engine;
|
||||
}
|
||||
Reference in New Issue
Block a user