~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/stats_schema.cc

  • 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:
84
84
 * +----------------+---------+-------+---------+-----------------+-----------+
85
85
 */
86
86
 
87
 
#include <config.h>          
 
87
#include <config.h>
 
88
 
88
89
#include "stats_schema.h"
89
 
#include "scoreboard.h"
90
 
#include "status_vars.h"
91
90
 
92
91
#include <sstream>
93
92