Fix a compilation warning.
sql/sql_connect.cc: Fix a compilation warning (unused variable).
This commit is contained in:
parent
ad723cd5f8
commit
fbf75e0dcf
@ -953,7 +953,6 @@ bool setup_connection_thread_globals(THD *thd)
|
|||||||
bool login_connection(THD *thd)
|
bool login_connection(THD *thd)
|
||||||
{
|
{
|
||||||
NET *net= &thd->net;
|
NET *net= &thd->net;
|
||||||
Security_context *sctx= thd->security_ctx;
|
|
||||||
DBUG_ENTER("login_connection");
|
DBUG_ENTER("login_connection");
|
||||||
DBUG_PRINT("info", ("login_connection called by thread %lu",
|
DBUG_PRINT("info", ("login_connection called by thread %lu",
|
||||||
thd->thread_id));
|
thd->thread_id));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user