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
commit cb7f5948ec
24 changed files with 11 additions and 78 deletions

View file

@ -82,7 +82,6 @@ public:
~ha_archive()
{
}
const char *table_type() const { return "ARCHIVE"; }
const char *index_type(uint inx) { return "NONE"; }
const char **bas_ext() const;
ulonglong table_flags() const