diff options
author | monty@hundin.mysql.fi <> | 2001-12-05 23:15:05 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-05 23:15:05 +0200 |
commit | 90004e340b82413d0058b9eaebb4d776938aa00f (patch) | |
tree | 07de775d0327927eb8a4c4d3cc563f212497be56 /Docs | |
parent | 4b513347c4c5ca72c13ec42c499d243c0dfdcd1f (diff) | |
download | mariadb-git-90004e340b82413d0058b9eaebb4d776938aa00f.tar.gz |
Fixed bug in LEFT JOIN
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index fe1ca86af6b..560ad720050 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46784,6 +46784,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.47:: * News-3.23.46:: Changes in release 3.23.46 * News-3.23.45:: Changes in release 3.23.45 * News-3.23.44:: Changes in release 3.23.44 @@ -46834,7 +46835,13 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.46, News-3.23.45, News-3.23.x, News-3.23.x +@node News-3.23.47, News-3.23.46, News-3.23.x, News-3.23.x +@appendixsubsec Changes in release 3.23.46 +@itemize @bullet +Fixed bug when using @code{t1 LEFT JOIN t2 ON t2.key=constant}. +@end itemize + +@node News-3.23.46, News-3.23.45, News-3.23.47, News-3.23.x @appendixsubsec Changes in release 3.23.46 @itemize @bullet @item |