~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_log.c

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

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
 
#ifndef __WIN__
25
 
#include <process.h>
26
 
#endif
27
 
#endif
28
 
#ifdef VMS
29
 
#include <processes.h>
30
 
#endif
31
22
 
32
23
#undef GETPID                                   /* For HPUX */
33
24
#define GETPID() (log_type == 1 ? (long) myisam_pid : (long) my_thread_dbug_id())