Correctly identify MSG_BARRIER as a proxy command
authorPavan Deolasee <[email protected]>
Mon, 19 Dec 2016 05:21:12 +0000 (10:51 +0530)
committerPavan Deolasee <[email protected]>
Fri, 5 May 2017 04:59:33 +0000 (10:29 +0530)
src/gtm/proxy/proxy_main.c

index e03e3e8b34bf3d3810ad8a85a7a98ceb0b2a4b17..4af793df273e0c621e6f07ecf104865638234f70 100644 (file)
@@ -1739,6 +1739,7 @@ IsProxiedMessage(GTM_MessageType mtype)
                case MSG_SEQUENCE_ALTER:
                case MSG_SNAPSHOT_GET:
                case MSG_TXN_COMMIT:
+               case MSG_BARRIER:
                        return true;
 
                default: