~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_rsame.c

  • Committer: Monty Taylor
  • Date: 2008-09-23 14:19:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923141948-ktph2kg13addaxq1
Actually removed VOID() this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                                      info->lastpos);
49
49
    if (info->s->concurrent_insert)
50
50
      rw_rdlock(&info->s->key_root_lock[inx]);
51
 
    VOID(_mi_search(info,info->s->keyinfo+inx,info->lastkey, USE_WHOLE_KEY,
52
 
                    SEARCH_SAME,
53
 
                    info->s->state.key_root[inx]));
 
51
    _mi_search(info,info->s->keyinfo+inx,info->lastkey, USE_WHOLE_KEY,
 
52
               SEARCH_SAME,
 
53
               info->s->state.key_root[inx]);
54
54
    if (info->s->concurrent_insert)
55
55
      rw_unlock(&info->s->key_root_lock[inx]);
56
56
  }