Commit b7ed87a3 authored by marko's avatar marko

branches/zip: row_merge_create_temporary_table(): On error,

row_create_table_for_mysql() already frees new_table.
Do not attempt to free it again.
parent 8df91698
......@@ -1977,7 +1977,6 @@ row_merge_create_temporary_table(
if (error != DB_SUCCESS) {
trx->error_state = error;
dict_mem_table_free(new_table);
new_table = NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment