diff options
author | serg@serg.mylan <> | 2005-03-03 19:51:29 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-03-03 19:51:29 +0100 |
commit | 8d9a53a78c78d7d008f0ef7ccaea11c47a8f3fa4 (patch) | |
tree | 6a871c4d1335ae125f6cd13af89645ec25365e37 /include | |
parent | b64fdf882aa6ee5dc6b7f033c11bbd30d5630b60 (diff) | |
download | mariadb-git-8d9a53a78c78d7d008f0ef7ccaea11c47a8f3fa4.tar.gz |
Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h index 6871dfbf6c6..0d6f52a3376 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -500,6 +500,9 @@ typedef SOCKET_SIZE_TYPE size_socket; #ifndef O_SHORT_LIVED #define O_SHORT_LIVED 0 #endif +#ifndef O_NOFOLLOW +#define O_NOFOLLOW 0 +#endif /* #define USE_RECORD_LOCK */ |