blob: 20926458ed00f65486232f5e9d47f9fbff8dee25 (
plain)
1
2
3
4
5
6
7
8
|
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
|