~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-18 11:01:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2443.
  • Revision ID: olafvdspek@gmail.com-20111018110140-5kiyo83d27p56orh
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  column_format_type column_format;
86
86
 
87
87
  /* Poly-use */
88
 
  lex_string_t comment;
 
88
  str_ref comment;
89
89
 
90
90
  bool is_engine_set;
91
91
  bool is_create_table_like;