mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Three bug fixes and one fix being undone.
This commit is contained in:
@@ -478,11 +478,6 @@ int multi_update::prepare(List<Item> ¬_used_values)
|
||||
table->used_keys=0;
|
||||
table->pos_in_table_list= tl;
|
||||
}
|
||||
else
|
||||
{
|
||||
table_ref->lock_type=TL_READ;
|
||||
mysql_unlock_some_tables(thd,&table,1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user