diff options
author | svoj@mysql.com/june.mysql.com <> | 2007-05-23 12:39:33 +0500 |
---|---|---|
committer | svoj@mysql.com/june.mysql.com <> | 2007-05-23 12:39:33 +0500 |
commit | 122167bb4bbaa1867faa6aff44e6f1dac8ae785b (patch) | |
tree | 710ce2b32e46d79e575a971e8497c752fd5b09fa /include | |
parent | b78945274314300cbba604c10cba1feb538d85d4 (diff) | |
parent | 8a809def0a550018005e956332b9b80f09e27c5f (diff) | |
download | mariadb-git-122167bb4bbaa1867faa6aff44e6f1dac8ae785b.tar.gz |
Merge mysql.com:/home/svoj/devel/bk/mysql-5.0
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.0-engines
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 615a074e814..7df2718c7b1 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -66,8 +66,8 @@ extern int NEAR my_errno; /* Last error in mysys */ #define MY_ALLOW_ZERO_PTR 64 /* my_realloc() ; zero ptr -> malloc */ #define MY_FREE_ON_ERROR 128 /* my_realloc() ; Free old ptr on error */ #define MY_HOLD_ON_ERROR 256 /* my_realloc() ; Return old ptr on error */ -#define MY_THREADSAFE 128 /* pread/pwrite: Don't allow interrupts */ #define MY_DONT_OVERWRITE_FILE 1024 /* my_copy: Don't overwrite file */ +#define MY_THREADSAFE 2048 /* my_seek(): lock fd mutex */ #define MY_CHECK_ERROR 1 /* Params to my_end; Check open-close */ #define MY_GIVE_INFO 2 /* Give time info about process*/ |