File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1295,13 +1295,13 @@ class st_select_lex: public st_select_lex_node
1295
1295
bool exclude_from_table_unique_test;
1296
1296
/* the select is "service-select" and can not have tables*/
1297
1297
bool is_service_select;
1298
- /* index in the select list of the expression currently being fixed */
1299
- int cur_pos_in_select_list;
1300
-
1301
1298
/* SELECT [FOR UPDATE/LOCK IN SHARE MODE] [SKIP LOCKED] */
1299
+ bool skip_locked;
1302
1300
enum select_lock_type {NONE, IN_SHARE_MODE, FOR_UPDATE};
1303
1301
enum select_lock_type select_lock;
1304
- bool skip_locked;
1302
+
1303
+ /* index in the select list of the expression currently being fixed */
1304
+ int cur_pos_in_select_list;
1305
1305
1306
1306
List<udf_func> udf_list; /* udf function calls stack */
1307
1307
You can’t perform that action at this time.
0 commit comments