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 3a0a35fdfc0..7818e1e608f 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -637,9 +637,6 @@ public: */ virtual const char *index_type(uint inx); - /* The name of the table type that will be used for display purposes */ - virtual const char *table_type() const; - /* The name of the row type used for the underlying tables. */ virtual enum row_type get_row_type() const; |