correct unused code

This commit is contained in:
tomas@whalegate.ndb.mysql.com 2007-10-26 11:43:05 +02:00
parent 39b1aaed0f
commit 93c95156bc

View File

@ -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)
{ {