mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
e7ca377cb7
rewrite tautological engine descriptions
8 lines
225 B
Text
8 lines
225 B
Text
SELECT * FROM information_schema.engines
|
|
WHERE ENGINE = 'FEDERATED';
|
|
ENGINE FEDERATED
|
|
SUPPORT YES
|
|
COMMENT Allows to access tables on other MariaDB servers, supports transactions and more
|
|
TRANSACTIONS YES
|
|
XA NO
|
|
SAVEPOINTS YES
|