MXS-2688 Add QC operator QUERY_OP_SET
Allows RWS to unconditionally send all SET-statements to all servers.
This commit is contained in:
@ -121,6 +121,7 @@ typedef enum qc_query_op
|
||||
QUERY_OP_LOAD,
|
||||
QUERY_OP_REVOKE,
|
||||
QUERY_OP_SELECT,
|
||||
QUERY_OP_SET,
|
||||
QUERY_OP_SHOW,
|
||||
QUERY_OP_TRUNCATE,
|
||||
QUERY_OP_UPDATE,
|
||||
|
Reference in New Issue
Block a user