mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
correct unused code
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user