diff options
author | unknown <monty@hundin.mysql.fi> | 2002-01-18 00:43:50 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-01-18 00:43:50 +0200 |
commit | d38454fab1fb52a98d38c8952602c1461c69df78 (patch) | |
tree | 76a38a24a1fef179359cc94ec33e00e09f3ac3ad /Docs | |
parent | 38e174cc59f99e8bd55e98d2d427037a5a7719e6 (diff) | |
download | mariadb-git-d38454fab1fb52a98d38c8952602c1461c69df78.tar.gz |
Fixed bug when making a range join based on information from a const table.
Docs/manual.texi:
Changelog
mysql-test/r/join.result:
Test of join bug
mysql-test/t/join.test:
Test of join bug
mysys/hash.c:
Fix for SUNPRO_C
scripts/mysql_config.sh:
Fix for MacOS X
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 479eeb7dc69..367591f6039 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.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 * News-3.23.45:: Changes in release 3.23.45 @@ -46884,7 +46885,16 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.47, News-3.23.46, News-3.23.x, News-3.23.x +@node News-3.23.48, News-3.23.47, News-3.23.x, News-3.23.x +@appendixsubsec Changes in release 3.23.48 +@itemize @bullet +@item +Fixed bug in complicated join with @code{const} tables. +@item +Added internal safety checks for InnoDB. +@end itemize + +@node News-3.23.47, News-3.23.46, News-3.23.48, News-3.23.x @appendixsubsec Changes in release 3.23.47 @itemize @bullet @item |