~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_search.c

  • Committer: Monty Taylor
  • Date: 2008-08-22 04:43:50 UTC
  • mto: (365.1.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: monty@inaugust.com-20080822044350-nqjz3ebvpk3850bd
More MAX macros.

Show diffs side-by-side

added added

removed removed

Lines of Context:
653
653
#endif
654
654
  case 4:
655
655
    pos= (my_off_t) mi_uint4korr(ptr);
656
 
    if (pos == (my_off_t) (uint32_t) ~0L)
 
656
    if (pos == (my_off_t) UINT32_MAX)
657
657
      return  HA_OFFSET_ERROR;
658
658
    break;
659
659
  case 3: