mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02: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:
parent
ead02981ea
commit
14021c96c4
22 changed files with 109 additions and 111 deletions
|
|
@ -231,7 +231,7 @@ void mysql_client_binlog_statement(THD* thd)
|
|||
|
||||
|
||||
DBUG_PRINT("info",("binlog base64 execution finished successfully"));
|
||||
send_ok(thd);
|
||||
my_ok(thd);
|
||||
|
||||
end:
|
||||
thd->rli_fake->clear_tables_to_lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue