Commit 4bcd7da0 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fixup! Fixed compiler warnings from optimized builds

parent 9990027f
......@@ -3439,13 +3439,16 @@ struct LEX: public Query_tables_list
{
DBUG_ENTER("LEX::pop_context");
#ifndef DBUG_OFF
Name_resolution_context *context= context_stack.pop();
Name_resolution_context *context=
#endif
context_stack.pop();
DBUG_PRINT("info", ("Pop context %p Select: %p (%d)",
context, context->select_lex,
(context->select_lex ?
context->select_lex->select_number:
0)));
#endif
DBUG_VOID_RETURN;
}
......
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