~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.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:
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 */