1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
monty@mashka.mysql.fi
2004-02-22 08:54:06 +02:00
parent 349358a95b
commit e74182fe52
4 changed files with 2 additions and 5 deletions

View File

@ -454,8 +454,7 @@ int multi_delete::do_deletes(bool from_send_error)
{
DBUG_RETURN(local_error);
}
else
break;
break;
}
deleted++;
}