projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
92c077c
)
Reverse patch
author
Brian Aker
<brian@tangent.org>
Mon, 28 Nov 2011 05:19:50 +0000
(21:19 -0800)
committer
Brian Aker
<brian@tangent.org>
Mon, 28 Nov 2011 05:19:50 +0000
(21:19 -0800)
libmemcached/memcached.cc
patch
|
blob
|
history
diff --git
a/libmemcached/memcached.cc
b/libmemcached/memcached.cc
index 3201c99c3e61be286b17f676b779aef51c7c27a1..8c1e3acb12b1ac4a397dcf8e3a44aea25ee0f728 100644
(file)
--- a/
libmemcached/memcached.cc
+++ b/
libmemcached/memcached.cc
@@
-87,7
+87,7
@@
static inline bool _memcached_init(memcached_st *self)
self->virtual_bucket= NULL;
- self->distribution= MEMCACHED_DISTRIBUTION_
CONSISTENT_KETAMA_SPY
;
+ self->distribution= MEMCACHED_DISTRIBUTION_
MODULA
;
if (hashkit_create(&self->hashkit) == NULL)
{