Commit 1d25808f authored by tim@cane.mysql.fi's avatar tim@cane.mysql.fi
Browse files

Merge work.mysql.com:/home/bk/mysql

into cane.mysql.fi:/usr/home/tim/my/work
parents b2afe4f0 a86a67db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
mwagner@evoq.home.mwagner.org
sasha@mysql.sashanet.com
sasha@work.mysql.com
serg@hynda.mysql.fi
tim@cane.mysql.fi
+2 −0
Original line number Diff line number Diff line
@@ -40321,6 +40321,8 @@ though, so Version 3.23 is not released as a stable version yet.
@appendixsubsec Changes in release 3.23.31
@itemize @bullet
@item
Added new mysqld variable: bdb_version.
@item
Fixed bug when using expression of type
@code{SELECT ... FROM t1 left join t2 on (t1.a=t2.a) WHERE t1.a=t2.a}. In this
case the test in the @code{WHERE} clause was wrongly optimized away.