Commit dfbaf479 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5464 fix output of partitioned counters in engine status


git-svn-id: file:///svn/toku/tokudb@47991 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1c739931
......@@ -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:
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment