mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
correct unused code
This commit is contained in:
parent
c70da572c4
commit
4ce44da3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ int mysql_update(THD *thd,
|
|||
*/
|
||||
if (will_batch &&
|
||||
((error= table->file->exec_bulk_update(&dup_key_found)) ||
|
||||
!dup_key_found))
|
||||
dup_key_found))
|
||||
{
|
||||
if (error)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue