After-merge fix: Remove unused variable

This commit is contained in:
Marko Mäkelä 2021-10-19 20:38:07 +03:00
parent 6e390a62ba
commit d6a3f425ee

View file

@ -3981,7 +3981,7 @@ void lock_release_on_prepare(trx_t *trx)
}
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());
switch (lock->mode()) {
case LOCK_IS: