diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-21 15:16:45 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-02-23 15:33:23 +0100 |
commit | 7e2c686b3f3f8d1480898c2b3997eddbc158609b (patch) | |
tree | c6c3bb541e9b3f3599469aa84255703fc73f6cb9 /sql/handler.h | |
parent | 4ff089489bfaa504252a63f21b520fe0005aadaf (diff) | |
download | mariadb-git-7e2c686b3f3f8d1480898c2b3997eddbc158609b.tar.gz |
remove partition-specific methods from the base handler class
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/handler.h b/sql/handler.h index 4bb57ecd7dd..ff7d3ffd3e2 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -4601,10 +4601,6 @@ public: bool native_versioned() const { DBUG_ASSERT(ht); return partition_ht()->flags & HTON_NATIVE_SYS_VERSIONING; } - virtual ha_rows part_records(void *_part_elem) - { DBUG_ASSERT(0); return false; } - virtual handler* part_handler(uint32 part_id) - { DBUG_ASSERT(0); return NULL; } virtual void update_partition(uint part_id) {} protected: |