From a86a67dbac7b8be0e91d4987770adb14f3898f87 Mon Sep 17 00:00:00 2001 From: "tim@cane.mysql.fi" <> Date: Mon, 15 Jan 2001 14:43:28 +0200 Subject: [PATCH] logging_ok Logging to logging@openlogging.org accepted manual.texi mention bdb_version in changelog --- BitKeeper/etc/logging_ok | 1 + Docs/manual.texi | 2 ++ 2 files changed, 3 insertions(+) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index c2014d703ba..19424112b7f 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1,2 @@ mwagner@evoq.home.mwagner.org +tim@cane.mysql.fi diff --git a/Docs/manual.texi b/Docs/manual.texi index 369f0b4bbcf..5bd2131015c 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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.