mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
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:
parent
8f93bfd8d0
commit
cf33cd1333
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue