mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Fix a compilation error.
This commit is contained in:
parent
ed00d6955a
commit
098832c5ca
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue