mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
11 lines
318 B
SQL
11 lines
318 B
SQL
#
|
|
# 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.
|
|
}
|