Skip to content

Commit 3b274d0

Browse files
Aditya Abjornmu
authored andcommitted
Merge branch 'mysql-5.6' into mysql-5.7
(cherry picked from commit aa7321167f10b02f0251f17037f1e3f4dc7ec8e1)
1 parent 8c20080 commit 3b274d0

File tree

1 file changed

+7
-0
lines changed
  • plugin/innodb_memcached/daemon_memcached/include/memcached

1 file changed

+7
-0
lines changed

plugin/innodb_memcached/daemon_memcached/include/memcached/util.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */
2+
13
#ifndef UTIL_H
24
#define UTIL_H
35
/*
@@ -12,6 +14,11 @@
1214
#include <memcached/visibility.h>
1315
#include <memcached/types.h>
1416

17+
/* Changed for INNODB_MEMCACHED */
18+
#if defined(htonll)
19+
#define HAVE_HTONLL 1
20+
#endif
21+
1522
#ifdef __cplusplus
1623
extern "C" {
1724
#endif

0 commit comments

Comments
 (0)