mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
After-merge fix: Remove unused variable
This commit is contained in:
parent
6e390a62ba
commit
d6a3f425ee
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue