branches/zip: row_merge_create_temporary_table(): On failure,
row_create_table_for_mysql() will free new_table. Thus, remove the call dict_mem_table_free(new_table).
Showing
Please register or sign in to comment
row_create_table_for_mysql() will free new_table. Thus, remove the call dict_mem_table_free(new_table).