~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

  • Committer: Monty Taylor
  • Date: 2008-10-20 08:48:34 UTC
  • mfrom: (520.1.22 drizzle)
  • Revision ID: monty@inaugust.com-20081020084834-xpb3w01vkcp55o02
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
  
422
422
  ha_checksum key_crc[HA_MAX_POSSIBLE_KEY];
423
423
  ulong rec_per_key_part[MI_MAX_KEY_SEG*HA_MAX_POSSIBLE_KEY];
424
 
  void *thd;
 
424
  void *session;
425
425
  const char *db_name, *table_name;
426
426
  const char *op_name;
427
427
  enum_mi_stats_method stats_method;