mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
e7ca377cb7
rewrite tautological engine descriptions
8 lines
157 B
Text
8 lines
157 B
Text
SELECT * FROM information_schema.engines
|
|
WHERE ENGINE = 'CSV';
|
|
ENGINE CSV
|
|
SUPPORT YES
|
|
COMMENT Stores tables as CSV files
|
|
TRANSACTIONS NO
|
|
XA NO
|
|
SAVEPOINTS NO
|