~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/set_option.cc

  • Committer: Lee Bieber
  • Date: 2011-03-16 18:11:33 UTC
  • mfrom: (2239.2.2 build)
  • Revision ID: kalebral@gmail.com-20110316181133-zr1uj612rz7s32s0
Merge Patrick - Added some randgen test cases
Merge Olaf - refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/show.h>
23
23
#include <drizzled/session.h>
24
24
#include <drizzled/statement/set_option.h>
25
 
 
26
 
namespace drizzled
27
 
{
28
 
 
29
 
namespace statement
30
 
{
 
25
#include <drizzled/sql_lex.h>
 
26
 
 
27
namespace drizzled {
 
28
namespace statement {
 
29
 
31
30
SetOption::SetOption(Session *in_session) :
32
31
  Statement(in_session),
33
32
  one_shot_set(false)