~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_tool.cc

  • Committer: Monty Taylor
  • Date: 2010-06-16 05:08:44 UTC
  • mfrom: (1616.2.2 fix_global_stats)
  • Revision ID: mordred@inaugust.com-20100616050844-q992zwwnjxl6u6tn
Merged Joe Daly from lp:~skinny.moey/drizzle/fix_global_stats

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
  {
128
128
    status_var_to_display= new StatusVars();
129
129
    CumulativeStats *cumulativeStats= logging_stats->getCumulativeStats();
130
 
    cumulativeStats->sumCurrentScoreboardStatusVars(logging_stats->getCurrentScoreboard(), status_var_to_display);
 
130
    cumulativeStats->sumCurrentScoreboard(logging_stats->getCurrentScoreboard(), status_var_to_display, NULL);
131
131
    status_var_to_display->merge(logging_stats->getCumulativeStats()->getGlobalStatusVars());
132
132
  }
133
133
}