row_drop_table_for_mysql(): Before calling
dict_table_remove_from_cache(table) and thus freeing the memory allocated for the table, copy the table name. This avoids reading freed memory when name == table->name. Approved by Sunny.
Showing
Please register or sign in to comment