~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-06-08 06:23:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: brian@gaz-20090608062332-1axoucdjxwm96y20
Refactor TableList methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
    status|=STATUS_NULL_ROW;
517
517
    memset(null_flags, 255, s->null_bytes);
518
518
  }
 
519
  Field *find_field_in_table_sef(const char *name);
519
520
 
520
521
};
521
522