~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_base.h

  • Committer: Brian Aker
  • Date: 2008-07-07 16:58:11 UTC
  • mfrom: (77.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080707165811-jfqxacc3436dut4n
Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
576
576
#define HA_POS_ERROR    (~ (ha_rows) 0)
577
577
#define HA_OFFSET_ERROR (~ (my_off_t) 0)
578
578
 
579
 
#if SYSTEM_SIZEOF_OFF_T == 4
 
579
#if SIZEOF_OFF_T == 4
580
580
#define MAX_FILE_SIZE   INT_MAX32
581
581
#else
582
582
#define MAX_FILE_SIZE   LONGLONG_MAX