diff options
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 60a2d7f6762..fcd44beb74e 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -1071,9 +1071,6 @@ public: */ const char *index_type(uint inx) override; - /* The name of the table type that will be used for display purposes */ - const char *table_type() const; - /* The name of the row type used for the underlying tables. */ enum row_type get_row_type() const override; |