logging_ok Logging to logging@openlogging.org accepted

manual.texi	mention bdb_version in changelog
This commit is contained in:
tim@cane.mysql.fi 2001-01-15 14:43:28 +02:00
parent 1420732f0a
commit a86a67dbac
2 changed files with 3 additions and 0 deletions

View file

@ -1 +1,2 @@
mwagner@evoq.home.mwagner.org
tim@cane.mysql.fi

View file

@ -40310,6 +40310,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.