~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.h

  • Committer: Brian Aker
  • Date: 2010-05-14 22:42:05 UTC
  • mfrom: (1502.1.32 table-options)
  • Revision ID: brian@gaz-20100514224205-spjmlmro25ydymtg
Merge in key/pair for engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  bool is_create_table_like;
79
79
  bool is_if_not_exists;
80
80
  bool is_engine_set;
 
81
 
 
82
  bool validateCreateTableOption();
81
83
};
82
84
 
83
85
} /* namespace statement */