mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
9 lines
182 B
Text
9 lines
182 B
Text
|
SELECT * FROM information_schema.engines
|
||
|
WHERE ENGINE = 'MRG_MYISAM';
|
||
|
ENGINE MRG_MYISAM
|
||
|
SUPPORT YES
|
||
|
COMMENT Collection of identical MyISAM tables
|
||
|
TRANSACTIONS NO
|
||
|
XA NO
|
||
|
SAVEPOINTS NO
|