Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 71 by jc.redoutey: Statistics not updated when flush is issued in binary mode
http://code.google.com/p/memcached/issues/detail?id=71 What steps will reproduce the problem? 1. Start memcached 2. Issue a flush in binary mode 3. Check statistics What is the expected output? What do you see instead? STAT cmd_flush 1 while we have STAT cmd_flush 0 What version of the product are you using? On what operating system? 1.4.0, Suse 9 Please provide any additional information below. Looking at the code, I only found the stats incrementation "c->thread-
stats.flush_cmds++;" in the textual flush code so it seems logical it is
not updated with the binary command. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
