MXS-2688 Add QC operator QUERY_OP_SET
Allows RWS to unconditionally send all SET-statements to all servers.
This commit is contained in:
@ -129,3 +129,6 @@ XA PREPARE 'xid';
|
||||
XA COMMIT 'xid';
|
||||
XA ROLLBACK 'xid'
|
||||
XA RECOVER 'xid';
|
||||
|
||||
# MXS-2688
|
||||
SET @saved_cs_client= @@character_set_client;
|
||||
|
||||
Reference in New Issue
Block a user