summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Deolasee2016-12-19 05:21:12 +0000
committerPavan Deolasee2017-05-05 04:59:33 +0000
commit97b8a00f0be9d6dad4a209b7979358ce4a53a3ca (patch)
treec26ff3b0af76c64ef6cadea5cd020b2dcdacbcd4
parentc4eacdf7e536a873d3c03236beec820bb130c6ea (diff)
Correctly identify MSG_BARRIER as a proxy command
-rw-r--r--src/gtm/proxy/proxy_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtm/proxy/proxy_main.c b/src/gtm/proxy/proxy_main.c
index e03e3e8b34..4af793df27 100644
--- a/src/gtm/proxy/proxy_main.c
+++ b/src/gtm/proxy/proxy_main.c
@@ -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: