~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/sort.c

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 Pointers of functions for store and read keys from temp file
40
40
*/
41
41
 
42
 
extern void print_error _VARARGS((const char *fmt,...));
 
42
extern void print_error(const char *fmt,...);
43
43
 
44
44
/* Functions defined in this file */
45
45
 
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);