mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 05:05:45 +01:00
6 lines
220 B
SQL
6 lines
220 B
SQL
# Check if connect engine is loaded and enabled
|
|
|
|
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'CONNECT' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
|
|
{
|
|
--skip Test requires connect engine
|
|
}
|