Comment #3 on issue 220 by [email protected]: Binary Increment returns old
cas
http://code.google.com/p/memcached/issues/detail?id=220
I haven't written a test, but I don't see this bug in 1.4.7 or newer. That
exact block of code was added to the end of do_add_delta, so there's no way
for the old cas to persist past do_add_delta.
Unless I messed up the reference in there, but I don't see it.
Unfortunately the perl tests don't test incrdecr's cas return, so I'll have
to add support for that before closing the bug :/
Are you *absolutely sure* you used 1.4.7 in your latest test?