diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-23 10:33:18 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-23 10:33:18 +0300 |
commit | 335d9fb2152f9a565e73da2780d1bb2d8101e013 (patch) | |
tree | 0af25259f02975cf79b354828178ac326e6a9ee4 /Docs/manual.texi | |
parent | a2e4d0e4ddac38ecd38e3d5ac6db497c7ca8073f (diff) | |
download | mariadb-git-335d9fb2152f9a565e73da2780d1bb2d8101e013.tar.gz |
Fixed bug in mysqld when using configure --localstatedir
Docs/manual.texi:
Changelog
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 77122dce2d8..5049607ad94 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46929,6 +46929,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.53 @itemize @bullet @item +Fixed problem with @code{configure ... --localstatedir=...}. +@item Fixed problem with @code{UNSIGNED BIGINT} on AIX (again). @item Fixed bug in pthread_mutex_trylock() on HPUX 11.0 |