MXS-2688 Add QC operator QUERY_OP_SET
Allows RWS to unconditionally send all SET-statements to all servers.
This commit is contained in:
@ -855,6 +855,9 @@ const char* qc_op_to_string(qc_query_op_t op)
|
||||
case QUERY_OP_SELECT:
|
||||
return "QUERY_OP_SELECT";
|
||||
|
||||
case QUERY_OP_SET:
|
||||
return "QUERY_OP_SET";
|
||||
|
||||
case QUERY_OP_SHOW:
|
||||
return "QUERY_OP_SHOW";
|
||||
|
||||
|
Reference in New Issue
Block a user