diff options
author | monty@mysql.com <> | 2004-05-28 11:03:20 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-28 11:03:20 +0300 |
commit | 4b6a057cae42f77c2da7fbc94d77430401bac77b (patch) | |
tree | 92deedc12de680ef06e8053e68224db8c6a7c824 /include/my_global.h | |
parent | aabbacba8f8ad276a039c830bfbb4dfe8a923503 (diff) | |
parent | cb5c3f6e2edec10e1f5c5bbd95916976eb30d8f6 (diff) | |
download | mariadb-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.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 |