mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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;
|
TABLE *table= handler->table;
|
||||||
TMP_TABLE_PARAM *tmp_table_param= handler->tmp_table_param;
|
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()))
|
if ((err= handler->init_scan()))
|
||||||
goto error;
|
goto error;
|
||||||
|
Reference in New Issue
Block a user