summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-05-28 11:03:20 +0300
committermonty@mysql.com <>2004-05-28 11:03:20 +0300
commit4b6a057cae42f77c2da7fbc94d77430401bac77b (patch)
tree92deedc12de680ef06e8053e68224db8c6a7c824 /include/my_global.h
parentaabbacba8f8ad276a039c830bfbb4dfe8a923503 (diff)
parentcb5c3f6e2edec10e1f5c5bbd95916976eb30d8f6 (diff)
downloadmariadb-git-4b6a057cae42f77c2da7fbc94d77430401bac77b.tar.gz
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
Diffstat (limited to 'include/my_global.h')
-rw-r--r--include/my_global.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 40396445bdf..57c736d6f75 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -178,7 +178,11 @@ C_MODE_END
#ifdef HAVE_BROKEN_SNPRINTF /* HPUX 10.20 don't have this defined */
#undef HAVE_SNPRINTF
#endif
-#ifdef HAVE_BROKEN_PREAD /* These doesn't work on HPUX 11.x */
+#ifdef HAVE_BROKEN_PREAD
+/*
+ pread()/pwrite() are not 64 bit safe on HP-UX 11.0 without
+ installing the kernel patch PHKL_20349 or greater
+*/
#undef HAVE_PREAD
#undef HAVE_PWRITE
#endif