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:
unknown
2008-02-19 15:58:08 +03:00
parent 14021c96c4
commit 9060b50f14
17 changed files with 37 additions and 37 deletions

View File

@ -658,7 +658,7 @@ retry:
}
ok:
mysql_unlock_tables(thd,lock);
send_eof(thd);
my_eof(thd);
DBUG_PRINT("exit",("OK"));
DBUG_RETURN(FALSE);