mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Rename send_ok to my_ok. Similarly to my_error, it only records the status,
does not send it to the client.
This commit is contained in:
@@ -3995,7 +3995,7 @@ static int fast_end_partition(THD *thd, ulonglong copied,
|
||||
(ulong) (copied + deleted),
|
||||
(ulong) deleted,
|
||||
(ulong) 0);
|
||||
send_ok(thd, (ha_rows) (copied+deleted),0L, tmp_name);
|
||||
my_ok(thd, (ha_rows) (copied+deleted),0L, tmp_name);
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user