Commit f60b8909 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

Fix a compilation warning.

parent 5fa9440a
...@@ -953,7 +953,6 @@ bool setup_connection_thread_globals(THD *thd) ...@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment