summaryrefslogtreecommitdiff
path: root/sql/sp_head.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/sp_head.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/sp_head.cc')
-rw-r--r--sql/sp_head.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index 1d443b70737..f42a5dde8ed 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -2419,7 +2419,7 @@ sp_head::show_create_routine(THD *thd, int type)
err_status= protocol->write();
if (!err_status)
- send_eof(thd);
+ my_eof(thd);
DBUG_RETURN(err_status);
}
@@ -2611,7 +2611,7 @@ sp_head::show_routine_code(THD *thd)
}
if (!res)
- send_eof(thd);
+ my_eof(thd);
DBUG_RETURN(res);
}