Browse Source

correct unused code

pull/374/head
unknown 18 years ago
parent
commit
4ce44da3d5
  1. 2
      sql/sql_update.cc

2
sql/sql_update.cc

@ -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…
Cancel
Save