Correct DBUG_ENTER for Pushdown_derived::execute

This commit is contained in:
Daniel Black 2022-12-12 10:51:13 +11:00
parent a491400833
commit c1cc6e8496

View File

@ -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;