~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/status_tool.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:
30
30
#include "config.h"
31
31
 
32
32
#include "status_tool.h"
33
 
#include "status_vars.h"
34
33
 
35
34
#include <vector>
36
35
#include <sstream>