mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
pre-merge
This commit is contained in:
10
mysql-test/include/have_cassandra.inc
Normal file
10
mysql-test/include/have_cassandra.inc
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# suite.pm will make sure that all tests including this file
|
||||
# will be skipped unless innodb or xtradb is enabled
|
||||
#
|
||||
# The test below is redundant
|
||||
|
||||
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'cassandra' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
|
||||
{
|
||||
--skip Test requires Cassandra.
|
||||
}
|
1
mysql-test/include/have_cassandra.opt
Normal file
1
mysql-test/include/have_cassandra.opt
Normal file
@ -0,0 +1 @@
|
||||
--cassandra=on
|
Reference in New Issue
Block a user