diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-28 10:00:31 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-28 10:00:31 +0100 |
commit | 41c760b121494de2c6d58f8c1a600d599ad4e0a5 (patch) | |
tree | a80a0f7316ffa843437ad24fc0ba7fbd4ee09e14 /include/my_global.h | |
parent | 57cdc561fc2b97c3d1d2b318fc0fa2410568c3d6 (diff) | |
parent | 8d0238a6d8d641939730bdcd1ac4928b2c3c413d (diff) | |
download | mariadb-git-41c760b121494de2c6d58f8c1a600d599ad4e0a5.tar.gz |
merge
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/my_global.h b/include/my_global.h index 9f47e5dcc63..e9a472e686e 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -1240,18 +1240,10 @@ static inline double rint(double x) #define HAVE_EXTERNAL_CLIENT #endif /* EMBEDDED_LIBRARY */ -/* - Define default tmpdir if not already set. -*/ -#if !defined(DEFAULT_TMPDIR) -#define DEFAULT_TMPDIR P_tmpdir -#endif - /* Workaround for _LARGE_FILES and _LARGE_FILE_API incompatibility on AIX */ #if defined(_AIX) && defined(_LARGE_FILE_API) #undef _LARGE_FILE_API #undef __GNUG__ #endif - #endif /* my_global_h */ |