mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Rename send_eof() to my_eof() for consistency with my_ok() and my_error()
This commit is contained in:
@ -2662,7 +2662,7 @@ bool Select_fetch_protocol_binary::send_fields(List<Item> &list, uint flags)
|
||||
|
||||
bool Select_fetch_protocol_binary::send_eof()
|
||||
{
|
||||
::send_eof(thd);
|
||||
::my_eof(thd);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user