~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: Eric Day
  • Date: 2009-10-31 21:53:33 UTC
  • mfrom: (1200 staging)
  • mto: This revision was merged to the branch mainline in revision 1202.
  • Revision ID: eday@oddments.org-20091031215333-j94bjoanwmi68p6f
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* This file is included by all internal myisam files */
17
17
 
18
 
#ifndef MYISAMDEF_H
19
 
#define MYISAMDEF_H
 
18
#ifndef PLUGIN_MYISAM_MYISAM_PRIV_H
 
19
#define PLUGIN_MYISAM_MYISAM_PRIV_H
20
20
 
21
21
#include <drizzled/global.h>
22
22
#include "myisam.h"                     /* Structs & some defines */
650
650
#define NEED_MEM        ((uint) 10*4*(IO_SIZE+32)+32) /* Nead for recursion */
651
651
#define MAXERR                  20
652
652
#define BUFFERS_WHEN_SORTING    16              /* Alloc for sort-key-tree */
653
 
#define WRITE_COUNT             MY_HOW_OFTEN_TO_WRITE
 
653
#define WRITE_COUNT             1000
654
654
#define INDEX_TMP_EXT           ".TMM"
655
655
#define DATA_TMP_EXT            ".TMD"
656
656
 
753
753
#endif
754
754
 
755
755
 
756
 
#endif /* MYISAMDEF_H */
 
756
#endif /* PLUGIN_MYISAM_MYISAM_PRIV_H */