Skip to content

Commit d9bb59e

Browse files
MDEV-37018 Remove SELECT_LEX::select_h
It is unused.
1 parent b6385e0 commit d9bb59e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/sql_lex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,8 +1150,6 @@ class st_select_lex: public st_select_lex_node
11501150
TABLE_LIST *embedding; /* table embedding to the above list */
11511151
table_value_constr *tvc;
11521152

1153-
/* The interface employed to execute the select query by a foreign engine */
1154-
select_handler *select_h;
11551153
/* The object used to organize execution of the query by a foreign engine */
11561154
select_handler *pushdown_select;
11571155
List<TABLE_LIST> *join_list; /* list for the currently parsed join */

0 commit comments

Comments
 (0)