diff options
author | unknown <monty@mysql.com> | 2004-05-28 11:03:20 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-05-28 11:03:20 +0300 |
commit | 72a71135b944663a37672b9022af1572e58d0d98 (patch) | |
tree | 92deedc12de680ef06e8053e68224db8c6a7c824 /include/my_global.h | |
parent | 9061fbc8e5e591b87480ae610b2483580e2c1694 (diff) | |
parent | 606cb09d86413fa13c98c9ebd0bfc50379a01a65 (diff) | |
download | mariadb-git-72a71135b944663a37672b9022af1572e58d0d98.tar.gz |
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
Build-tools/Do-compile:
Auto merged
include/my_global.h:
Auto merged
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 6 |
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 |