~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/stats_schema.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-21 17:26:19 UTC
  • mto: (2245.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: olafvdspek@gmail.com-20110321172619-0ba283mi3wykv4aq
Refactor Session::status_var

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 */
105
105
 
106
106
#include <config.h>
107
 
 
 
107
#include <drizzled/statistics_variables.h>
108
108
#include "stats_schema.h"
109
 
 
110
109
#include <sstream>
111
110
 
112
111
using namespace drizzled;