summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@mysql.com>2009-11-17 15:19:47 +0400
committerAlexey Botchkov <holyfoot@mysql.com>2009-11-17 15:19:47 +0400
commit8afc2658d7fc473932151a8bde1d0b50d96f7169 (patch)
tree3387af14444e4d3a5533616e585c0ad561375896 /include
parent5eea1c0544c3e54054078b71b6ca51138b02f64d (diff)
parent53d581e0d8a85f676f2a4775b7f55bbdf33527f4 (diff)
downloadmariadb-git-8afc2658d7fc473932151a8bde1d0b50d96f7169.tar.gz
merging.
Diffstat (limited to 'include')
-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 9121f0f249e..3c8df28b151 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -60,7 +60,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_IGNORE_BADFD 32 /* my_sync: ignore 'bad descriptor' errors */
-#define MY_SYNC_DIR 1024 /* my_create/delete/rename: sync directory */
+#define MY_SYNC_DIR 8192 /* my_create/delete/rename: sync directory */
#define MY_RAID 64 /* Support for RAID */
#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() */