~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/hp_create.cc

  • Committer: lbieber
  • Date: 2010-09-22 21:12:51 UTC
  • mfrom: (1782.4.3 refactor)
  • mto: This revision was merged to the branch mainline in revision 1787.
  • Revision ID: lbieber@orisndriz08-20100922211251-yuy3nkgpzb3t8jrd
Merge Brian - Remove 3 byte indexes

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        case HA_KEYTYPE_ULONG_INT:
129
129
        case HA_KEYTYPE_LONGLONG:
130
130
        case HA_KEYTYPE_ULONGLONG:
131
 
        case HA_KEYTYPE_UINT24:
132
131
          keyinfo->seg[j].flag|= HA_SWAP_KEY;
133
132
          break;
134
133
        case HA_KEYTYPE_VARBINARY1: