Skip to content

Commit c1cc6e8

Browse files
committed
Correct DBUG_ENTER for Pushdown_derived::execute
1 parent a491400 commit c1cc6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/derived_handler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int Pushdown_derived::execute()
5252
TABLE *table= handler->table;
5353
TMP_TABLE_PARAM *tmp_table_param= handler->tmp_table_param;
5454

55-
DBUG_ENTER("Pushdown_query::execute");
55+
DBUG_ENTER("Pushdown_derived::execute");
5656

5757
if ((err= handler->init_scan()))
5858
goto error;

0 commit comments

Comments
 (0)