~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Harrison Fisk
  • Date: 2008-08-05 05:01:04 UTC
  • mto: (261.1.8 drizzle)
  • mto: This revision was merged to the branch mainline in revision 264.
  • Revision ID: harrison@mysql.com-20080805050104-bz1tt53bp1dg996e
Port Ebay/Google memory storage engine variable width columns.  

See: http://code.google.com/p/mysql-heap-dynamic-rows/

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
  key_map keys_for_keyread;
230
230
  ha_rows min_rows, max_rows;           /* create information */
231
231
  ulong   avg_row_length;               /* create information */
 
232
  ulong   block_size;                   /* create information */
232
233
  ulong   version, mysql_version;
233
234
  ulong   timestamp_offset;             /* Set to offset+1 of record */
234
235
  ulong   reclength;                    /* Recordlength */