diff options
author | kostja@dipika.(none) <> | 2008-02-19 15:58:08 +0300 |
---|---|---|
committer | kostja@dipika.(none) <> | 2008-02-19 15:58:08 +0300 |
commit | 72495c968bdaad67c2ca71e358618b1569aad839 (patch) | |
tree | 45b55936ae81907c642d157ea0b087892228e8a1 /sql/sql_handler.cc | |
parent | f106d9738a9c7eebf5319df55683aa5b3b9fdf21 (diff) | |
download | mariadb-git-72495c968bdaad67c2ca71e358618b1569aad839.tar.gz |
Rename send_eof() to my_eof() for consistency with my_ok() and my_error()
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r-- | sql/sql_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc index 3d47d16ea56..28a9fb5c78e 100644 --- a/sql/sql_handler.cc +++ b/sql/sql_handler.cc @@ -658,7 +658,7 @@ retry: } ok: mysql_unlock_tables(thd,lock); - send_eof(thd); + my_eof(thd); DBUG_PRINT("exit",("OK")); DBUG_RETURN(FALSE); |