mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
simplify the handler api - table_type() is no longer abstract, not even virtual
This commit is contained in:
parent
a058974440
commit
cb7f5948ec
24 changed files with 11 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue