mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix a compilation error.
This commit is contained in:
@ -74,7 +74,6 @@ bool Protocol_binary::net_store_data(const uchar *from, size_t length)
|
||||
*/
|
||||
void net_send_error(THD *thd, uint sql_errno, const char *err)
|
||||
{
|
||||
NET *net= &thd->net;
|
||||
DBUG_ENTER("net_send_error");
|
||||
|
||||
DBUG_ASSERT(!thd->spcont);
|
||||
|
Reference in New Issue
Block a user