Comparing changes
Open a pull request
base repository: memcached/memcached
base: ee1cfe3
head repository: memcached/memcached
compare: 50bdc9f
- 14 commits
- 15 files changed
- 6 contributors
Commits on Apr 27, 2019
-
Fix "qw" in "MemcachedTest.pm" so "wait_ext_flush" is exported properly
Without this change, I get the following when running the `t/extstore-jbod.t` test: Undefined subroutine &main::wait_ext_flush called at t/extstore-jbod.t line 42. t/extstore-jbod.t ........... Dubious, test returned 29 (wstat 7424, 0x1d00) No subtests run After this change: t/extstore-jbod.t ........... ok -
Add optional feature support to RPM package building
Some optional features can now be enabled for RPM building using the rpmbuild conditional build parameters (--with and --without) For example, sasl can be enabled and code coverage disabled in the RPM with: rpmbuild --with sasl --without coverage -tb memcached-1.5.12.tar.gz
-
clarify hashsize typepdef in assoc.c to be 32-bit
no bug, but confusing code.
-
memcached-tool dump fix loss of exp value
regex call unescaping key reassigns $2 -- store/reference it as $exp
-
@hujiecs reported on github but repository was lost.
-
-
This is a knob existing from 7.0 (2008), can be only changed at boot time. It is enabled by default, on usual archs at least, but in some cases it might not be desired so we check it whatsoever.
-
-
close delete + incr item survival bug
re #469 - delete actually locks/unlocks the item (and hashes the key!) three times. Inbetween fetch and unlink, a fully locked add_delta() can run, deleting the underlying item. DELETE then returns success despite the original object hopscotching over it. I really need to get to the frontend rewrite soon :( This commit hasn't been fully audited for deadlocks on the stats counters or extstore STORAGE_delete() function, but it passes tests.
-
extstore: fix segfault if page_count is too high.
leaked into a runtime bug :( fixes #482
-
extstore: error adjusting page_size after ext_path
temporary fix. some folks ... randomize... their start arguments, so need to restructure in a way I'm happy with.
-
I have no idea why this worked without the include? fixes #478
-
fixes #474 - off by one in token count.
-
update -h output for -I (max item size)
limit got pushed to 1G with chunked items. fixes #473.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ee1cfe3...50bdc9f