File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -457,13 +457,6 @@ void ha_partition::init_handler_variables()
457
457
}
458
458
459
459
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
-
467
460
/*
468
461
Destructor method
469
462
Original file line number Diff line number Diff line change @@ -1071,9 +1071,6 @@ class ha_partition :public handler
1071
1071
*/
1072
1072
const char *index_type (uint inx) override ;
1073
1073
1074
- /* The name of the table type that will be used for display purposes */
1075
- const char *table_type () const ;
1076
-
1077
1074
/* The name of the row type used for the underlying tables. */
1078
1075
enum row_type get_row_type () const override ;
1079
1076
You can’t perform that action at this time.
0 commit comments