mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
Missing DBUG_RETURN or DBUG_VOID_RETURN in Diagnostics_area::set_ok_status
This commit is contained in:
@@ -349,7 +349,7 @@ Diagnostics_area::set_ok_status(ulonglong affected_rows,
|
||||
with an OK packet.
|
||||
*/
|
||||
if (unlikely(is_error() || is_disabled()))
|
||||
return;
|
||||
DBUG_VOID_RETURN;
|
||||
/*
|
||||
When running a bulk operation, m_status will be DA_OK for the first
|
||||
operation and set to DA_OK_BULK for all following operations.
|
||||
|
||||
Reference in New Issue
Block a user