Commit 2abc313c authored by Sergei Petrunia's avatar Sergei Petrunia

Use correct function name in DEBUG_ENTER

parent 65ef8ec8
...@@ -1988,7 +1988,7 @@ static int mysql_test_handler_read(Prepared_statement *stmt, ...@@ -1988,7 +1988,7 @@ static int mysql_test_handler_read(Prepared_statement *stmt,
THD *thd= stmt->thd; THD *thd= stmt->thd;
LEX *lex= stmt->lex; LEX *lex= stmt->lex;
SQL_HANDLER *ha_table; SQL_HANDLER *ha_table;
DBUG_ENTER("mysql_test_select"); DBUG_ENTER("mysql_test_handler_read");
lex->select_lex.context.resolve_in_select_list= TRUE; lex->select_lex.context.resolve_in_select_list= TRUE;
......
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