diff options
author | monty@hundin.mysql.fi <> | 2002-08-16 16:50:57 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-16 16:50:57 +0300 |
commit | 65334e1c588be4a07728d924ddfafe400622cfb3 (patch) | |
tree | 12d52c4d4b6c2c7a9beae75dc111f86e00addf50 /Docs/manual.texi | |
parent | b8e611b46471326ca29fa01a0a7d4f30e5b033fa (diff) | |
download | mariadb-git-65334e1c588be4a07728d924ddfafe400622cfb3.tar.gz |
Fix for HPUX 11 and pthread_mutex_lock
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index b9eeba37f9a..77122dce2d8 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46931,6 +46931,8 @@ not yet 100% confident in this code. @item Fixed problem with @code{UNSIGNED BIGINT} on AIX (again). @item +Fixed bug in pthread_mutex_trylock() on HPUX 11.0 +@item Multithreaded stress tests for InnoDB. @end itemize |