~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/sort.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:
928
928
          uchar *base=buffpek->base;
929
929
          uint max_keys=buffpek->max_keys;
930
930
 
931
 
          VOID(queue_remove(&queue,0));
 
931
          queue_remove(&queue,0);
932
932
 
933
933
          /* Put room used by buffer to use in other buffer */
934
934
          for (refpek= (BUFFPEK**) &queue_top(&queue);