diff options
author | Satya B <satya.bn@sun.com> | 2009-09-03 17:59:25 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-09-03 17:59:25 +0530 |
commit | 33f9066e390ba220fa79c98a1eabed169bfc82d2 (patch) | |
tree | 57ec873f6a6da89c00bdbfdf8eb6f54472c80cba /include | |
parent | 9d82084d20b172c68fc84f2f1d0bc3a7b2ee2c2e (diff) | |
parent | 2fc9c5d19993f4af526b97153ee7363ac108831b (diff) | |
download | mariadb-git-33f9066e390ba220fa79c98a1eabed169bfc82d2.tar.gz |
merge mysql-5.0-bugteam to mysql-5.1-bugteam
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 222564e0b44..cb9a24bbd7f 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -67,6 +67,7 @@ extern int NEAR my_errno; /* Last error in mysys */ #define MY_HOLD_ON_ERROR 256 /* my_realloc() ; Return old ptr on error */ #define MY_DONT_OVERWRITE_FILE 1024 /* my_copy: Don't overwrite file */ #define MY_THREADSAFE 2048 /* my_seek(): lock fd mutex */ +#define MY_SYNC 4096 /* my_copy(): sync dst file */ #define MY_CHECK_ERROR 1 /* Params to my_end; Check open-close */ #define MY_GIVE_INFO 2 /* Give time info about process*/ |