mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
5592d206f8
The current patch -- Adds the ibmdb2i suite -- related include(.inc) files -- tests for Bug#44020 and Bug#44025
6 lines
170 B
PHP
6 lines
170 B
PHP
if (!`SELECT count(*) FROM information_schema.engines WHERE
|
|
(support = 'YES' OR support = 'DEFAULT') AND
|
|
engine = 'ibmdb2i'`)
|
|
{
|
|
skip Need ibmdb2i engine;
|
|
}
|