diff options
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index dd9fea5937a..84867f057ed 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -2399,25 +2399,6 @@ void ha_partition::change_table_ptr(TABLE *table_arg, TABLE_SHARE *share) } } -/* - Change comments specific to handler - - SYNOPSIS - update_table_comment() - comment Original comment - - RETURN VALUE - new comment - - DESCRIPTION - No comment changes so far -*/ - -char *ha_partition::update_table_comment(const char *comment) -{ - return (char*) comment; /* Nothing to change */ -} - /** Handle delete and rename table |