summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
diff options
context:
space:
mode:
authorunknown <kostja@dipika.(none)>2008-02-19 15:58:08 +0300
committerunknown <kostja@dipika.(none)>2008-02-19 15:58:08 +0300
commit9060b50f144a6172742ff0089f9cfe36b433c11e (patch)
tree45b55936ae81907c642d157ea0b087892228e8a1 /sql/sql_help.cc
parent14021c96c464406812f84bec45c5f73ac0b96e1a (diff)
downloadmariadb-git-9060b50f144a6172742ff0089f9cfe36b433c11e.tar.gz
Rename send_eof() to my_eof() for consistency with my_ok() and my_error()
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r--sql/sql_help.cc2
1 files changed, 1 insertions, 1 deletions
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);