From 9060b50f144a6172742ff0089f9cfe36b433c11e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 19 Feb 2008 15:58:08 +0300 Subject: Rename send_eof() to my_eof() for consistency with my_ok() and my_error() --- sql/sql_help.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_help.cc') diff --git a/sql/sql_help.cc b/sql/sql_help.cc index 0d633ce86ac..e424425272e 100644 --- a/sql/sql_help.cc +++ b/sql/sql_help.cc @@ -779,7 +779,7 @@ bool mysqld_help(THD *thd, const char *mask) if (send_variant_2_list(mem_root,protocol, &categories_list, "Y", 0)) goto error; } - send_eof(thd); + my_eof(thd); close_system_tables(thd, &open_tables_state_backup); DBUG_RETURN(FALSE); -- cgit v1.2.1