summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-09-27 23:24:54 -0700
committerdormando <dormando@rydia.net>2022-10-20 14:43:53 -0700
commite2d62c6589ea9b94cb66df57c6d08eb346c4b8c4 (patch)
tree24bc4e0ea705766691111470233ba0b63b75ba80 /memcached.h
parent00259610a9ffad1f6628f0125ab76691782fdb56 (diff)
downloadmemcached-e2d62c6589ea9b94cb66df57c6d08eb346c4b8c4.tar.gz
meta: remove "meta_response_old" start option
was a temporary hidden option for a few early adopters to use while migrating from OK to HD status codes.
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/memcached.h b/memcached.h
index 5f517f2..48d0092 100644
--- a/memcached.h
+++ b/memcached.h
@@ -492,7 +492,6 @@ struct settings {
bool drop_privileges; /* Whether or not to drop unnecessary process privileges */
bool watch_enabled; /* allows watch commands to be dropped */
bool relaxed_privileges; /* Relax process restrictions when running testapp */
- bool meta_response_old; /* use "OK" instead of "HD". for response code TEMPORARY! */
#ifdef EXTSTORE
unsigned int ext_io_threadcount; /* number of IO threads to run. */
unsigned int ext_page_size; /* size in megabytes of storage pages. */