diff options
author | monty@hundin.mysql.fi <> | 2002-02-10 12:47:37 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-10 12:47:37 +0200 |
commit | 368731a915c1f28d243f5460cb50b0a80d2a0460 (patch) | |
tree | 7c1d39f59ed0aa7eba1303ca1a12035653eb1ae2 /Docs | |
parent | 2abdcf81afe0ddcbab9784c63e3f8795c47f103c (diff) | |
download | mariadb-git-368731a915c1f28d243f5460cb50b0a80d2a0460.tar.gz |
Fixed bug in full join with many NULL fields.
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 |