1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Rename send_eof() to my_eof() for consistency with my_ok() and my_error()

This commit is contained in:
kostja@dipika.(none)
2008-02-19 15:58:08 +03:00
parent f106d9738a
commit 72495c968b
17 changed files with 37 additions and 37 deletions

View File

@ -779,7 +779,7 @@ bool mysqld_help(THD *thd, const char *mask)
if (send_variant_2_list(mem_root,protocol, &categories_list, "Y", 0))
goto error;
}
send_eof(thd);
my_eof(thd);
close_system_tables(thd, &open_tables_state_backup);
DBUG_RETURN(FALSE);