diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2021-03-25 10:34:13 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2021-04-21 10:21:44 +0400 |
commit | 22e0a317be63d98df6850c0a15e20c6a3d682b60 (patch) | |
tree | f35115f2b47d7171c5a071f4281bd6807f0b9af5 /sql/ha_partition.h | |
parent | 3edc4a09989a6254512e98ddcbee8d085c8c7aec (diff) | |
download | mariadb-git-22e0a317be63d98df6850c0a15e20c6a3d682b60.tar.gz |
The ha_partition::table_type() method was just never called before.
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; |