diff options
author | unknown <monty@hundin.mysql.fi> | 2002-02-10 12:47:37 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-02-10 12:47:37 +0200 |
commit | c1caaf756f1b83a805505344240f74383aba9642 (patch) | |
tree | 7c1d39f59ed0aa7eba1303ca1a12035653eb1ae2 /Docs | |
parent | 61b769d94a9bbbea987ce4fb3afbe1f6d47795cd (diff) | |
download | mariadb-git-c1caaf756f1b83a805505344240f74383aba9642.tar.gz |
Fixed bug in full join with many NULL fields.
Build-tools/Do-compile:
Fixed 'touch' and 'chmod' of files.
Docs/manual.texi:
Changelog
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 524e68d2f1f..12949abeb97 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46833,6 +46833,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.49:: * News-3.23.48:: Changes in release 3.23.48 * News-3.23.47:: Changes in release 3.23.47 * News-3.23.46:: Changes in release 3.23.46 @@ -46885,7 +46886,15 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.48, News-3.23.47, News-3.23.x, News-3.23.x +@node News-3.23.49, News-3.23.48, News-3.23.x, News-3.23.x +@appendixsubsec Changes in release 3.23.49 +@itemize @bullet +@item +Fixed unlikely caching bug when doing a join without keys. In this case +the last used field for a table always returned @code{NULL}. +@end itemize + +@node News-3.23.48, News-3.23.47, News-3.23.49, News-3.23.x @appendixsubsec Changes in release 3.23.48 @itemize @bullet @item |