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:
unknown 2008-02-19 15:45:21 +03:00
commit 14021c96c4
22 changed files with 109 additions and 111 deletions

View file

@ -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();