~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.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:
46
46
#define MY_WAIT_IF_FULL 32      /* Wait and try again if disk full error */
47
47
#define MY_IGNORE_BADFD 32      /* my_sync: ignore 'bad descriptor' errors */
48
48
#define MY_SYNC_DIR     1024    /* my_create/delete/rename: sync directory */
49
 
#define MY_RAID         64      /* Support for RAID */
50
49
#define MY_FULL_IO     512      /* For my_read - loop intil I/O is complete */
51
50
#define MY_DONT_CHECK_FILESIZE 128 /* Option to init_io_cache() */
52
51
#define MY_LINK_WARNING 32      /* my_redel() gives warning if links */