diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-12-17 11:00:39 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-12-17 11:00:39 +0100 |
commit | cb7f5948ecedaaaf68de5bdbfab78f1c2e934453 (patch) | |
tree | 7204e1cd0161875fca1faaa420e13b25fc01eb18 /storage/csv | |
parent | a058974440f7df7832f4bb9bf5d2783ca040fa66 (diff) | |
download | mariadb-git-cb7f5948ecedaaaf68de5bdbfab78f1c2e934453.tar.gz |
simplify the handler api - table_type() is no longer abstract, not even virtual
Diffstat (limited to 'storage/csv')
-rw-r--r-- | storage/csv/ha_tina.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/csv/ha_tina.h b/storage/csv/ha_tina.h index 88af2c9652c..26404b3a9e7 100644 --- a/storage/csv/ha_tina.h +++ b/storage/csv/ha_tina.h @@ -102,7 +102,6 @@ public: delete file_buff; free_root(&blobroot, MYF(0)); } - const char *table_type() const { return "CSV"; } const char *index_type(uint inx) { return "NONE"; } const char **bas_ext() const; ulonglong table_flags() const |