~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.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:
37
37
#include <drizzled/sql_lex.h>
38
38
#include <drizzled/diagnostics_area.h>
39
39
#include <drizzled/util/test.h>
 
40
#include <drizzled/statistics_variables.h>
40
41
 
41
42
#include <boost/dynamic_bitset.hpp>
42
43
#include <list>
43
44
 
44
45
using namespace std;
45
46
 
46
 
namespace drizzled
47
 
{
 
47
namespace drizzled {
48
48
 
49
49
/**
50
50
  Re-read record if more columns are needed for error message.