diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-16 12:50:21 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-16 12:50:21 +0300 |
commit | a36419b7f584fce00b60c261a92dbb6e9fba4d14 (patch) | |
tree | 048be44f2729df765d9fe62786eb2d1c27c998c0 /Docs/manual.texi | |
parent | 6fbcad539d7f3c96dca4aa3cfdf4d28ee0d4ced2 (diff) | |
download | mariadb-git-a36419b7f584fce00b60c261a92dbb6e9fba4d14.tar.gz |
Fixed typo so that ulonglong are properly converted to double on AIX with gcc 3.1
Docs/manual.texi:
Changelog
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 68df1acd68c..fee61a729c6 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46868,6 +46868,7 @@ users use this code as the rest of the code and because of this we are not yet 100% confident in this code. @menu +* News-3.23.53:: Changes in release 3.23.53 * News-3.23.52:: Changes in release 3.23.52 * News-3.23.51:: Changes in release 3.23.51 * News-3.23.50:: Changes in release 3.23.50 @@ -46924,13 +46925,18 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.52, News-3.23.51, News-3.23.x, News-3.23.x +@node News-3.23.53, News-3.23.52, News-3.23.x, News-3.23.x +@appendixsubsec Changes in release 3.23.53 +@itemize @bullet +@item +Fixed problem with @code{UNSIGNED BIGINT} on AIX (again). +@end itemize + +@node News-3.23.52, News-3.23.51, News-3.23.53, News-3.23.x @appendixsubsec Changes in release 3.23.52 @itemize @bullet @item -Fixed problem with @code{UNSIGNED BIGINT} on AIX. -@item Fixed security bug when having an empty databasename in the @code{user.db} table. @item |