summaryrefslogtreecommitdiff
path: root/proxy_internal.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2023-03-08 11:51:55 -0800
committerdormando <dormando@rydia.net>2023-03-08 11:51:55 -0800
commit5ed8b5e38d53959f50487d035f86683d18106c62 (patch)
tree94f35527a40b55e45575f17ceb553dbbb4fad4ab /proxy_internal.c
parentc13f1656e99226bac337a2010f8dae5658facdfc (diff)
downloadmemcached-5ed8b5e38d53959f50487d035f86683d18106c62.tar.gz
core: disable some dtraces
No longer have access to the client object there. I need to rewire things and honestly not sure if anyone even uses the traces anymore. Will make a decision on deleting or updating them soon; if you read this and care please reach out.
Diffstat (limited to 'proxy_internal.c')
-rw-r--r--proxy_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy_internal.c b/proxy_internal.c
index f0254f6..b826181 100644
--- a/proxy_internal.c
+++ b/proxy_internal.c
@@ -476,7 +476,7 @@ static void process_delete_cmd(LIBEVENT_THREAD *t, mcp_parser_t *pr, mc_resp *re
it = item_get_locked(key, nkey, t, DONT_UPDATE, &hv);
if (it) {
- MEMCACHED_COMMAND_DELETE(c->sfd, ITEM_key(it), it->nkey);
+ //MEMCACHED_COMMAND_DELETE(c->sfd, ITEM_key(it), it->nkey);
pthread_mutex_lock(&t->stats.mutex);
t->stats.slab_stats[ITEM_clsid(it)].delete_hits++;