~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

Big merge.

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