summaryrefslogtreecommitdiff
path: root/storage/myisam
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-12-17 11:00:39 +0100
committerSergei Golubchik <sergii@pisem.net>2012-12-17 11:00:39 +0100
commitcb7f5948ecedaaaf68de5bdbfab78f1c2e934453 (patch)
tree7204e1cd0161875fca1faaa420e13b25fc01eb18 /storage/myisam
parenta058974440f7df7832f4bb9bf5d2783ca040fa66 (diff)
downloadmariadb-git-cb7f5948ecedaaaf68de5bdbfab78f1c2e934453.tar.gz
simplify the handler api - table_type() is no longer abstract, not even virtual
Diffstat (limited to 'storage/myisam')
-rw-r--r--storage/myisam/ha_myisam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/myisam/ha_myisam.h b/storage/myisam/ha_myisam.h
index 79324f64370..9d45d146582 100644
--- a/storage/myisam/ha_myisam.h
+++ b/storage/myisam/ha_myisam.h
@@ -56,7 +56,6 @@ class ha_myisam: public handler
ha_myisam(handlerton *hton, TABLE_SHARE *table_arg);
~ha_myisam() {}
handler *clone(const char *name, MEM_ROOT *mem_root);
- const char *table_type() const { return "MyISAM"; }
const char *index_type(uint key_number);
const char **bas_ext() const;
ulonglong table_flags() const { return int_table_flags; }