~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Monty Taylor
  • Date: 2008-10-07 22:29:30 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: monty@inaugust.com-20081007222930-z7u6273d0n742yuq
RemovedĀ RAIDĀ garbage.

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;