1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-16342 SHOW ENGINES: MyISAM description is useless

rewrite tautological engine descriptions
This commit is contained in:
Sergei Golubchik
2018-06-05 15:21:45 +02:00
parent 1d43f71c7b
commit e7ca377cb7
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@ SELECT * FROM information_schema.engines
WHERE ENGINE = 'ARCHIVE';
ENGINE ARCHIVE
SUPPORT YES
COMMENT Archive storage engine
COMMENT gzip-compresses tables for a low storage footprint
TRANSACTIONS NO
XA NO
SAVEPOINTS NO