~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.h

  • Committer: Mark Atwood
  • Date: 2011-10-19 00:10:47 UTC
  • mfrom: (2440.2.13 rf)
  • Revision ID: me@mark.atwood.name-20111019001047-atj0u8gedphon1tb
mergeĀ lp:~olafvdspek/drizzle/refactor5

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;