Commit d6a3f425 authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fix: Remove unused variable

parent 6e390a62
...@@ -3981,7 +3981,7 @@ void lock_release_on_prepare(trx_t *trx) ...@@ -3981,7 +3981,7 @@ void lock_release_on_prepare(trx_t *trx)
} }
else else
{ {
dict_table_t *table= lock->un_member.tab_lock.table; ut_d(dict_table_t *table= lock->un_member.tab_lock.table);
ut_ad(!table->is_temporary()); ut_ad(!table->is_temporary());
switch (lock->mode()) { switch (lock->mode()) {
case LOCK_IS: case LOCK_IS:
......
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