~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 09:22:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805092250-0rgzbulnw04g29ib
Refactor lex_string_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
832
832
    table(NULL),
833
833
    orig_table(NULL),
834
834
    field_name(field_name_arg),
835
 
    comment(NULL_lex_string_t),
 
835
    comment(null_lex_string()),
836
836
    key_start(0),
837
837
    part_of_key(0),
838
838
    part_of_key_not_clustered(0),