mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
0141da0444
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;
|
|
}
|