~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.h

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

Show diffs side-by-side

added added

removed removed

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