correct unused code

This commit is contained in:
unknown 2007-10-26 11:43:05 +02:00
parent c70da572c4
commit 4ce44da3d5

View File

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