refs #5464 fix output of partitioned counters in engine status

git-svn-id: file:///svn/toku/tokudb@47991 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:07 -04:00 committed by Yoni Fogel
parent 8f93bfd8d0
commit cf33cd1333

View file

@ -2089,6 +2089,7 @@ env_get_engine_status_text(DB_ENV * env, char * buff, int bufsiz) {
uint64_t v = read_partitioned_counter(mystat[row].value.parcount);
n += snprintf(buff + n, bufsiz - n, "%" PRIu64 "\n", v);
}
break;
#if 0
case MAXCOUNT:
{