mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Revert "MDEV-13115: SKIP LOCKED postfix"
This reverts commit 51630d595d.
Monty has more comprehensive fix coming in his branch.
This commit is contained in:
parent
51630d595d
commit
88af187db9
1 changed files with 4 additions and 4 deletions
|
|
@ -1295,14 +1295,14 @@ public:
|
|||
bool exclude_from_table_unique_test;
|
||||
/* the select is "service-select" and can not have tables*/
|
||||
bool is_service_select;
|
||||
/* SELECT [FOR UPDATE/LOCK IN SHARE MODE] [SKIP LOCKED] */
|
||||
bool skip_locked;
|
||||
enum select_lock_type {NONE, IN_SHARE_MODE, FOR_UPDATE};
|
||||
enum select_lock_type select_lock;
|
||||
|
||||
/* index in the select list of the expression currently being fixed */
|
||||
int cur_pos_in_select_list;
|
||||
|
||||
/* SELECT [FOR UPDATE/LOCK IN SHARE MODE] [SKIP LOCKED] */
|
||||
enum select_lock_type {NONE, IN_SHARE_MODE, FOR_UPDATE};
|
||||
enum select_lock_type select_lock;
|
||||
bool skip_locked;
|
||||
|
||||
List<udf_func> udf_list; /* udf function calls stack */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue