~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/sort.c

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
*/
20
20
 
21
21
#include "myisamdef.h"
22
 
#if defined(MSDOS) || defined(__WIN__)
23
 
#include <fcntl.h>
24
 
#else
25
22
#include <stddef.h>
26
 
#endif
27
23
#include <queues.h>
28
24
 
29
25
/* static variables */