Commit 22e0a317 authored by Alexey Botchkov's avatar Alexey Botchkov

The ha_partition::table_type() method was just never called before.

parent 3edc4a09
......@@ -457,13 +457,6 @@ void ha_partition::init_handler_variables()
}
const char *ha_partition::table_type() const
{
// we can do this since we only support a single engine type
return m_file[0]->table_type();
}
/*
Destructor method
......
......@@ -1071,9 +1071,6 @@ class ha_partition :public handler
*/
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment