~linuxjedi/drizzle/elliott-bug-654568

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • Committer: lbieber
  • Date: 2010-09-22 22:06:36 UTC
  • mfrom: (1786.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922220636-agrmqaqv2u7ln6ff
Merge Shrews - Add transaction log bulk tests
Merge Brian - Remove 3 byte indexes
Merge Stewart - Move string functions into plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
3891
3891
  case HA_KEYTYPE_BINARY:
3892
3892
    max_value = 0xFFULL;
3893
3893
    break;
3894
 
  /* MEDIUM */
3895
 
  case HA_KEYTYPE_UINT24:
3896
 
    max_value = 0xFFFFFFULL;
3897
 
    break;
3898
3894
  /* LONG */
3899
3895
  case HA_KEYTYPE_ULONG_INT:
3900
3896
    max_value = 0xFFFFFFFFULL;