mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
7 lines
170 B
PHP
7 lines
170 B
PHP
|
if (!`SELECT count(*) FROM information_schema.engines WHERE
|
||
|
(support = 'YES' OR support = 'DEFAULT') AND
|
||
|
engine = 'ibmdb2i'`)
|
||
|
{
|
||
|
skip Need ibmdb2i engine;
|
||
|
}
|