correct unused code

parent 39b1aaed
...@@ -679,7 +679,7 @@ int mysql_update(THD *thd, ...@@ -679,7 +679,7 @@ int mysql_update(THD *thd,
*/ */
if (will_batch && if (will_batch &&
((error= table->file->exec_bulk_update(&dup_key_found)) || ((error= table->file->exec_bulk_update(&dup_key_found)) ||
!dup_key_found)) dup_key_found))
{ {
if (error) if (error)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment