~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rlast.c

  • Committer: Stewart Smith
  • Date: 2008-12-22 05:46:59 UTC
  • mto: This revision was merged to the branch mainline in revision 728.
  • Revision ID: stewart@flamingspork.com-20081222054659-q10pu3uepim0iuwn
put snowman test into main suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  {
31
31
    unsigned char *pos;
32
32
 
33
 
    if ((pos = (unsigned char *)tree_search_edge(&keyinfo->rb_tree,
34
 
                                                 info->parents,
35
 
                                                 &info->last_pos,
36
 
                                                 offsetof(TREE_ELEMENT, right))))
 
33
    if ((pos = tree_search_edge(&keyinfo->rb_tree, info->parents,
 
34
                                &info->last_pos, offsetof(TREE_ELEMENT, right))))
37
35
    {
38
36
      memcpy(&pos, pos + (*keyinfo->get_key_length)(keyinfo, pos),
39
37
             sizeof(unsigned char*));