mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
4a739a14c0
Adjusted tests. mysql-test/r/information_schema.result: Adjusted tests. mysql-test/suite/funcs_1/r/is_engines_myisam.result: Adjusted tests.
8 lines
162 B
Text
8 lines
162 B
Text
SELECT * FROM information_schema.engines
|
|
WHERE ENGINE = 'MyISAM';
|
|
ENGINE MyISAM
|
|
SUPPORT DEFAULT
|
|
COMMENT MyISAM storage engine
|
|
TRANSACTIONS NO
|
|
XA NO
|
|
SAVEPOINTS NO
|