• Marko Mäkelä's avatar
    Cleanup: Remove handler::update_table_comment() · ab87fc6c
    Marko Mäkelä authored
    The only call of the virtual member function
    handler::update_table_comment() was removed in
    commit 82d28fad (MySQL 5.5.53)
    but the implementation was not removed.
    
    The only non-trivial implementation was for InnoDB. The information
    is now returned via handler::get_foreign_key_create_info() and
    ha_statistics::delete_length.
    ab87fc6c
handler.h 158 KB