mirror of
https://github.com/MariaDB/server.git
synced 2025-02-15 09:55:33 +01:00
8 lines
189 B
Text
8 lines
189 B
Text
SELECT * FROM information_schema.engines
|
|
WHERE ENGINE = 'ARCHIVE';
|
|
ENGINE ARCHIVE
|
|
SUPPORT YES
|
|
COMMENT gzip-compresses tables for a low storage footprint
|
|
TRANSACTIONS NO
|
|
XA NO
|
|
SAVEPOINTS NO
|