~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Lee
  • Date: 2009-01-05 17:58:38 UTC
  • mfrom: (758 drizzle)
  • mto: (758.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 759.
  • Revision ID: lbieber@lbieber-desktop-20090105175838-g1vj5ustx61drqrp
merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  uint32_t open_count;                  /* Number of tables in open list */
135
135
  uint32_t blob_ptr_size;                       /* 4 or 8 */
136
136
  uint32_t key_block_size;                      /* create key_block_size, if used */
137
 
  uint32_t null_bytes, last_null_bit_pos;
 
137
  uint32_t null_bytes;
 
138
  uint32_t last_null_bit_pos;
138
139
  uint32_t fields;                              /* Number of fields */
139
140
  uint32_t stored_fields;                   /* Number of stored fields
140
141
                                           (i.e. without generated-only ones) */