mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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)
|
void net_send_error(THD *thd, uint sql_errno, const char *err)
|
||||||
{
|
{
|
||||||
NET *net= &thd->net;
|
|
||||||
DBUG_ENTER("net_send_error");
|
DBUG_ENTER("net_send_error");
|
||||||
|
|
||||||
DBUG_ASSERT(!thd->spcont);
|
DBUG_ASSERT(!thd->spcont);
|
||||||
|
Reference in New Issue
Block a user