summaryrefslogtreecommitdiff
path: root/plugin/semisync/semisync.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/semisync/semisync.h')
-rw-r--r--plugin/semisync/semisync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/semisync/semisync.h b/plugin/semisync/semisync.h
index 57353f3c156..900ce5d8bf9 100644
--- a/plugin/semisync/semisync.h
+++ b/plugin/semisync/semisync.h
@@ -71,7 +71,7 @@ public:
class ReplSemiSyncBase
:public Trace {
public:
- static const char kSyncHeader[2]; /* three byte packet header */
+ static const unsigned char kSyncHeader[2]; /* three byte packet header */
/* Constants in network packet header. */
static const unsigned char kPacketMagicNum;