diff options
author | Pavan Deolasee | 2016-12-19 05:21:12 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-05-05 04:59:33 +0000 |
commit | 97b8a00f0be9d6dad4a209b7979358ce4a53a3ca (patch) | |
tree | c26ff3b0af76c64ef6cadea5cd020b2dcdacbcd4 | |
parent | c4eacdf7e536a873d3c03236beec820bb130c6ea (diff) |
Correctly identify MSG_BARRIER as a proxy command
-rw-r--r-- | src/gtm/proxy/proxy_main.c | 1 |
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: |