~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/my_handler.c

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
        b+= b_length;
269
269
        break;
270
270
      }
271
 
      break;
272
271
    case HA_KEYTYPE_VARBINARY1:
273
272
    case HA_KEYTYPE_VARBINARY2:
274
273
      {
286
285
        b+=b_length;
287
286
        break;
288
287
      }
289
 
      break;
290
288
    case HA_KEYTYPE_INT8:
291
289
    {
292
290
      int i_1= (int) *((signed char*) a);