~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/cumulative_stats.h

  • Committer: Joe Daly
  • Date: 2010-06-04 02:02:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100604020238-g3vvb9vuag7caxl0
try and create some logic with header files, and implement flush status properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#define PLUGIN_LOGGING_STATS_CUMULATIVE_STATS_H
32
32
 
33
33
#include "scoreboard_slot.h"
 
34
#include "scoreboard.h"
34
35
#include "global_stats.h"
35
 
#include "status_vars.h"
36
 
#include "scoreboard.h"
 
36
 
37
37
#include <drizzled/atomics.h>
38
38
 
39
39
#include <vector>