mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
5 lines
173 B
PHP
5 lines
173 B
PHP
|
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'sequence' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
|
||
|
{
|
||
|
--skip Test requires Sequence engine
|
||
|
}
|