Skip to content

Commit 22e0a31

Browse files
author
Alexey Botchkov
committed
The ha_partition::table_type() method was just never called before.
1 parent 3edc4a0 commit 22e0a31

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

sql/ha_partition.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -457,13 +457,6 @@ void ha_partition::init_handler_variables()
457457
}
458458

459459

460-
const char *ha_partition::table_type() const
461-
{
462-
// we can do this since we only support a single engine type
463-
return m_file[0]->table_type();
464-
}
465-
466-
467460
/*
468461
Destructor method
469462

sql/ha_partition.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,9 +1071,6 @@ class ha_partition :public handler
10711071
*/
10721072
const char *index_type(uint inx) override;
10731073

1074-
/* The name of the table type that will be used for display purposes */
1075-
const char *table_type() const;
1076-
10771074
/* The name of the row type used for the underlying tables. */
10781075
enum row_type get_row_type() const override;
10791076

0 commit comments

Comments
 (0)