mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
9 lines
178 B
Text
9 lines
178 B
Text
|
SELECT * FROM information_schema.engines
|
||
|
WHERE ENGINE = 'ndbcluster';
|
||
|
ENGINE ndbcluster
|
||
|
SUPPORT YES
|
||
|
COMMENT Clustered, fault-tolerant tables
|
||
|
TRANSACTIONS YES
|
||
|
XA NO
|
||
|
SAVEPOINTS NO
|