Commit c1cc6e84 authored by Daniel Black's avatar Daniel Black

Correct DBUG_ENTER for Pushdown_derived::execute

parent a4914008
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment