There was an error while loading. Please reload this page.
1 parent a491400 commit c1cc6e8Copy full SHA for c1cc6e8
sql/derived_handler.cc
@@ -52,7 +52,7 @@ int Pushdown_derived::execute()
52
TABLE *table= handler->table;
53
TMP_TABLE_PARAM *tmp_table_param= handler->tmp_table_param;
54
55
- DBUG_ENTER("Pushdown_query::execute");
+ DBUG_ENTER("Pushdown_derived::execute");
56
57
if ((err= handler->init_scan()))
58
goto error;
0 commit comments