summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
diff options
context:
space:
mode:
authorkostja@dipika.(none) <>2008-02-19 15:58:08 +0300
committerkostja@dipika.(none) <>2008-02-19 15:58:08 +0300
commit72495c968bdaad67c2ca71e358618b1569aad839 (patch)
tree45b55936ae81907c642d157ea0b087892228e8a1 /sql/sql_acl.cc
parentf106d9738a9c7eebf5319df55683aa5b3b9fdf21 (diff)
downloadmariadb-git-72495c968bdaad67c2ca71e358618b1569aad839.tar.gz
Rename send_eof() to my_eof() for consistency with my_ok() and my_error()
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r--sql/sql_acl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc
index 040a7822d9d..3805d9fa8b6 100644
--- a/sql/sql_acl.cc
+++ b/sql/sql_acl.cc
@@ -4815,7 +4815,7 @@ end:
VOID(pthread_mutex_unlock(&acl_cache->lock));
rw_unlock(&LOCK_grant);
- send_eof(thd);
+ my_eof(thd);
DBUG_RETURN(error);
}