Commit c1a71153 authored by marko's avatar marko

branches/zip: row_merge_rename_indexes(): Add a missing semicolon that

was forgotten when splitting a ut_ad() assertion in r2763.
parent e3281abe
......@@ -1989,7 +1989,7 @@ row_merge_rename_indexes(
"WHERE TABLE_ID = :tableid AND SUBSTR(NAME,0,1)='\377';\n"
"END;\n";
ut_ad(table)
ut_ad(table);
ut_ad(trx);
ut_a(trx->dict_operation_lock_mode == RW_X_LATCH);
......
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