Commit 52c09c8c authored by marko's avatar marko

row_rename_table_for_mysql(): Restore the row_mysql_unlock_data_dictionary()

call that was accidentally removed in r674.
parent 01ce2292
......@@ -3706,6 +3706,7 @@ row_rename_table_for_mysql(
funct_exit:
trx_commit_for_mysql(trx);
row_mysql_unlock_data_dictionary(trx);
if (UNIV_LIKELY_NULL(heap)) {
mem_heap_free(heap);
......
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