~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-29 18:07:51 UTC
  • mto: This revision was merged to the branch mainline in revision 2456.
  • Revision ID: olafvdspek@gmail.com-20111029180751-jeve73ppm14yd2jy
No need for null_lex_string with str_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
900
900
    table(NULL),
901
901
    orig_table(NULL),
902
902
    field_name(field_name_arg),
903
 
    comment(null_lex_string()),
904
903
    key_start(0),
905
904
    part_of_key(0),
906
905
    part_of_key_not_clustered(0),