Key and value sizes hard to change in memslap
Bug #1220444 reported by
Martin C. Martin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libmemcached |
In Progress
|
Low
|
Brian Aker |
Bug Description
Here's a patch which uses a pair of #defines for their values. To get the same value as before this patch, just change KEY_BYTES to 100 and VALUE_BYTES to 400.
Related branches
lp:~brianaker/libmemcached/1220444
- Tangent Trunk: Pending requested
-
Diff: 835 lines (+210/-129) (has conflicts)23 files modifiedbootstrap.sh (+45/-17)
clients/generator.cc (+5/-3)
clients/memcp.cc (+1/-1)
clients/memslap.cc (+5/-3)
libmemcached/io.cc (+4/-4)
libmemcached/string.cc (+11/-9)
libtest/cmdline.cc (+1/-1)
libtest/core.cc (+2/-2)
libtest/cpu.cc (+5/-0)
libtest/main.cc (+9/-2)
libtest/unittest.cc (+5/-5)
m4/ax_debug.m4 (+4/-2)
m4/ax_harden_compiler_flags.m4 (+36/-0)
m4/ax_memcached.m4 (+10/-21)
m4/hiredis.m4 (+26/-34)
tests/libmemcached-1.0/plus.cpp (+7/-0)
tests/memcat.cc (+7/-5)
tests/memcp.cc (+4/-0)
tests/memdump.cc (+3/-2)
tests/memexist.cc (+8/-8)
tests/memping.cc (+2/-2)
tests/memrm.cc (+3/-1)
tests/memtouch.cc (+7/-7)
To post a comment you must log in.
Thanks!