diff options
author | unknown <kostja@dipika.(none)> | 2008-02-19 15:58:08 +0300 |
---|---|---|
committer | unknown <kostja@dipika.(none)> | 2008-02-19 15:58:08 +0300 |
commit | 9060b50f144a6172742ff0089f9cfe36b433c11e (patch) | |
tree | 45b55936ae81907c642d157ea0b087892228e8a1 /sql/sql_table.cc | |
parent | 14021c96c464406812f84bec45c5f73ac0b96e1a (diff) | |
download | mariadb-git-9060b50f144a6172742ff0089f9cfe36b433c11e.tar.gz |
Rename send_eof() to my_eof() for consistency with my_ok() and my_error()
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 07ba9d0ec56..c62d0545fda 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -4501,7 +4501,7 @@ send_result_message: goto err; } - send_eof(thd); + my_eof(thd); DBUG_RETURN(FALSE); err: @@ -7311,7 +7311,7 @@ bool mysql_checksum_table(THD *thd, TABLE_LIST *tables, goto err; } - send_eof(thd); + my_eof(thd); DBUG_RETURN(FALSE); err: |