1
0
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:
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 &&
((error= table->file->exec_bulk_update(&dup_key_found)) ||
!dup_key_found))
dup_key_found))
{
if (error)
{