summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-09-22 22:52:48 -0600
committerunknown <sasha@mysql.sashanet.com>2001-09-22 22:52:48 -0600
commite4fbcbac1c028a0439ae63664eb5d36b960347ba (patch)
tree6ecb36cda71cccbc6e34747d2a117a777b76522d
parent30bba5dffcc400268446b12fa8ed8b875737c802 (diff)
downloadmariadb-git-e4fbcbac1c028a0439ae63664eb5d36b960347ba.tar.gz
fixed const value clash for MY_FULL_IO
include/my_sys.h: fixed const value clash that was causing problems in backup_table
-rw-r--r--include/my_sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 679237236d5..63703afb42b 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -59,7 +59,7 @@ extern int NEAR my_errno; /* Last error in mysys */
#define MY_WME 16 /* Write message on error */
#define MY_WAIT_IF_FULL 32 /* Wait and try again if disk full error */
#define MY_RAID 64 /* Support for RAID (not the "Johnson&Johnson"-s one ;) */
-#define MY_FULL_IO 128 /* For my_read - loop intil I/O
+#define MY_FULL_IO 512 /* For my_read - loop intil I/O
is complete
*/
#define MY_DONT_CHECK_FILESIZE 128 /* Option to init_io_cache() */