summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-16 04:35:17 +0200
committerunknown <monty@donna.mysql.com>2000-12-16 04:35:17 +0200
commit617acd7c2e4c9838c00fc998c4de72d51675aff3 (patch)
tree7315204b80a6ad65b4afb4b8eac22de908df91bc /include/global.h
parent9977a8368e8c82b35bed2ed2cde1d29f3ce147c1 (diff)
downloadmariadb-git-617acd7c2e4c9838c00fc998c4de72d51675aff3.tar.gz
configure fix to get Linux to work with new large file system detection
sql/mysqld.cc: Don't create pid file when using --bootstrap Fixed option --bdb-shared-data Cleanups
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index f012d2744fd..4119b690031 100644
--- a/include/global.h
+++ b/include/global.h
@@ -41,6 +41,7 @@
/* Fix problem with S_ISLNK() on Linux */
#if defined(HAVE_LINUXTHREADS)
+#undef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif