summaryrefslogtreecommitdiff
path: root/sql/sql_error.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_error.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_error.cc')
-rw-r--r--sql/sql_error.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_error.cc b/sql/sql_error.cc
index 89cff73d153..0b74e3455eb 100644
--- a/sql/sql_error.cc
+++ b/sql/sql_error.cc
@@ -249,6 +249,6 @@ bool mysqld_show_warnings(THD *thd, ulong levels_to_show)
if (protocol->write())
DBUG_RETURN(TRUE);
}
- send_eof(thd);
+ my_eof(thd);
DBUG_RETURN(FALSE);
}