We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6385e0 commit d9bb59eCopy full SHA for d9bb59e
sql/sql_lex.h
@@ -1150,8 +1150,6 @@ class st_select_lex: public st_select_lex_node
1150
TABLE_LIST *embedding; /* table embedding to the above list */
1151
table_value_constr *tvc;
1152
1153
- /* The interface employed to execute the select query by a foreign engine */
1154
- select_handler *select_h;
1155
/* The object used to organize execution of the query by a foreign engine */
1156
select_handler *pushdown_select;
1157
List<TABLE_LIST> *join_list; /* list for the currently parsed join */
0 commit comments