~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:28:58 UTC
  • mfrom: (489.1.13 codestyle)
  • Revision ID: brian@tangent.org-20081008022858-ea8esagkxmn0dupc
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <mysys/thr_lock.h>
26
26
#include <libdrizzle/drizzle_com.h>
27
27
 
28
 
#if defined(my_write) && !defined(MAP_TO_USE_RAID)
 
28
#if defined(my_write)
29
29
#undef my_write                         /* undef map from my_nosys; We need test-if-disk full */
30
30
#endif
31
31
 
130
130
  uint32_t extra_alloc_procent;
131
131
  /* Info about raid */
132
132
  uint32_t raid_type,raid_chunks;
133
 
  ulong raid_chunksize;
 
133
  uint32_t raid_chunksize;
134
134
  /* The following are from the header */
135
135
  uint32_t key_parts,all_key_parts;
136
136
} MI_BASE_INFO;