summaryrefslogtreecommitdiff
path: root/sql/sql_binlog.cc
diff options
context:
space:
mode:
authorkostja@dipika.(none) <>2008-02-19 15:45:21 +0300
committerkostja@dipika.(none) <>2008-02-19 15:45:21 +0300
commitf106d9738a9c7eebf5319df55683aa5b3b9fdf21 (patch)
tree2135e26bf3867a57e788b8bfa932c8f511ce53b4 /sql/sql_binlog.cc
parentd8e6308c428a5e5fd3d3482ad3b3520048ee1108 (diff)
downloadmariadb-git-f106d9738a9c7eebf5319df55683aa5b3b9fdf21.tar.gz
Rename send_ok to my_ok. Similarly to my_error, it only records the status,
does not send it to the client.
Diffstat (limited to 'sql/sql_binlog.cc')
-rw-r--r--sql/sql_binlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_binlog.cc b/sql/sql_binlog.cc
index 462806ab10d..a6d0c8c9e9b 100644
--- a/sql/sql_binlog.cc
+++ b/sql/sql_binlog.cc
@@ -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();