~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-12-09 01:09:43 UTC
  • mfrom: (1240.1.8 build)
  • Revision ID: brian@gaz-20091209010943-n5iq2b9ins7mx73j
MergeĀ build

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
*/
452
452
#define HA_MRR_USE_DEFAULT_IMPL 64
453
453
 
454
 
/*
455
 
  Used only as parameter to multi_range_read_info():
456
 
  Flag set <=> the caller guarantees that the bounds of the scanned ranges
457
 
  will not have NULL values.
458
 
*/
459
 
#define HA_MRR_NO_NULL_ENDPOINTS 128
460
 
 
461
454
typedef int myf;
462
455
#define MYF(v)          (myf) (v)
463
456