From f106d9738a9c7eebf5319df55683aa5b3b9fdf21 Mon Sep 17 00:00:00 2001 From: "kostja@dipika.(none)" <> Date: Tue, 19 Feb 2008 15:45:21 +0300 Subject: Rename send_ok to my_ok. Similarly to my_error, it only records the status, does not send it to the client. --- sql/sql_rename.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_rename.cc') diff --git a/sql/sql_rename.cc b/sql/sql_rename.cc index 9dd8e1b70d4..fc87356e452 100644 --- a/sql/sql_rename.cc +++ b/sql/sql_rename.cc @@ -178,7 +178,7 @@ bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list, bool silent) if (!silent && !error) { write_bin_log(thd, TRUE, thd->query, thd->query_length); - send_ok(thd); + my_ok(thd); } if (!error) -- cgit v1.2.1