~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Brian Aker
  • Date: 2009-05-21 00:57:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1032.
  • Revision ID: brian@gaz-20090521005705-rpq4hzhy761d3wbj
Straighten out structures (remove some some dead bits).

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
{
523
523
  const unsigned char *key;
524
524
  uint32_t length;
 
525
  enum ha_rkey_function flag;
525
526
  key_part_map keypart_map;
526
 
  enum ha_rkey_function flag;
527
527
} key_range;
528
528
 
529
529
typedef struct st_key_multi_range