mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
correct unused code
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user