mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
e7ca377cb7
rewrite tautological engine descriptions
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
|