1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

simplify the handler api - table_type() is no longer abstract, not even virtual

This commit is contained in:
Sergei Golubchik
2012-12-17 11:00:39 +01:00
parent a058974440
commit cb7f5948ec
24 changed files with 11 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
SELECT * FROM information_schema.engines
WHERE ENGINE = 'MRG_MYISAM';
ENGINE MRG_MYISAM
ENGINE MRG_MyISAM
SUPPORT YES
COMMENT Collection of identical MyISAM tables
TRANSACTIONS NO