MDEV-18518 fixup: Remove row_drop_table_after_create_fail()
row_drop_table_after_create_fail(): Remove. This function was only used during InnoDB initialization (or upgrade) when creating a system table failed. Rollback will clean up a failed CREATE just fine, by invoking dict_drop_index_tree().
Showing
Please register or sign in to comment