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:
@ -1590,7 +1590,7 @@ bool mysql_xa_recover(THD *thd)
|
||||
}
|
||||
|
||||
pthread_mutex_unlock(&LOCK_xid_cache);
|
||||
send_eof(thd);
|
||||
my_eof(thd);
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
@ -4309,7 +4309,7 @@ bool ha_show_status(THD *thd, handlerton *db_type, enum ha_stat_type stat)
|
||||
}
|
||||
|
||||
if (!result)
|
||||
send_eof(thd);
|
||||
my_eof(thd);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user