Skip to content

Commit

Permalink
Use correct function name in DEBUG_ENTER
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Mar 9, 2017
1 parent 65ef8ec commit 2abc313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_prepare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ static int mysql_test_handler_read(Prepared_statement *stmt,
THD *thd= stmt->thd;
LEX *lex= stmt->lex;
SQL_HANDLER *ha_table;
DBUG_ENTER("mysql_test_select");
DBUG_ENTER("mysql_test_handler_read");

lex->select_lex.context.resolve_in_select_list= TRUE;

Expand Down

0 comments on commit 2abc313

Please sign in to comment.