Skip to content
Permalink
Browse files
Correct DBUG_ENTER for Pushdown_derived::execute
  • Loading branch information
grooverdan committed Dec 12, 2022
1 parent a491400 commit c1cc6e8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -52,7 +52,7 @@ int Pushdown_derived::execute()
TABLE *table= handler->table;
TMP_TABLE_PARAM *tmp_table_param= handler->tmp_table_param;

DBUG_ENTER("Pushdown_query::execute");
DBUG_ENTER("Pushdown_derived::execute");

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

0 comments on commit c1cc6e8

Please sign in to comment.