~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rfirst.c

  • Committer: Harrison Fisk
  • Date: 2008-08-05 05:01:04 UTC
  • mto: (261.1.8 drizzle)
  • mto: This revision was merged to the branch mainline in revision 264.
  • Revision ID: harrison@mysql.com-20080805050104-bz1tt53bp1dg996e
Port Ebay/Google memory storage engine variable width columns.  

See: http://code.google.com/p/mysql-heap-dynamic-rows/

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
      memcpy(&pos, pos + (*keyinfo->get_key_length)(keyinfo, pos), 
34
34
             sizeof(uchar*));
35
35
      info->current_ptr = pos;
36
 
      memcpy(record, pos, (size_t)share->reclength);
 
36
      hp_extract_record(share, record, pos);
37
37
      /*
38
38
        If we're performing index_first on a table that was taken from
39
39
        table cache, info->lastkey_len is initialized to previous query.