mirror of
https://github.com/MariaDB/server.git
synced 2025-05-17 14:41:26 +03:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
SELECT * FROM information_schema.engines
|
|
WHERE ENGINE = 'CSV';
|
|
ENGINE CSV
|
|
SUPPORT YES
|
|
COMMENT Stores tables as CSV files
|
|
TRANSACTIONS NO
|
|
XA NO
|
|
SAVEPOINTS NO
|