mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Correct DBUG_ENTER for Pushdown_derived::execute
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user