Skip to content

Commit 2abc313

Browse files
committed
Use correct function name in DEBUG_ENTER
1 parent 65ef8ec commit 2abc313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_prepare.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ static int mysql_test_handler_read(Prepared_statement *stmt,
19881988
THD *thd= stmt->thd;
19891989
LEX *lex= stmt->lex;
19901990
SQL_HANDLER *ha_table;
1991-
DBUG_ENTER("mysql_test_select");
1991+
DBUG_ENTER("mysql_test_handler_read");
19921992

19931993
lex->select_lex.context.resolve_in_select_list= TRUE;
19941994

0 commit comments

Comments
 (0)