~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/flush.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:
27
27
#include <drizzled/sql_table.h>
28
28
#include <drizzled/plugin/logging.h>
29
29
#include <drizzled/plugin/storage_engine.h>
 
30
#include <drizzled/statistics_variables.h>
30
31
 
31
 
namespace drizzled
32
 
{
 
32
namespace drizzled {
33
33
 
34
34
bool statement::Flush::execute()
35
35
{