diff options
author | tim@cane.mysql.fi <> | 2001-01-15 14:43:28 +0200 |
---|---|---|
committer | tim@cane.mysql.fi <> | 2001-01-15 14:43:28 +0200 |
commit | a86a67dbac7b8be0e91d4987770adb14f3898f87 (patch) | |
tree | 3775bacc7f9d1d522f3be58e2c2dc2b5c227f196 /Docs | |
parent | 1420732f0a9cb52d171a4f7957f4b501ef0700b3 (diff) | |
download | mariadb-git-a86a67dbac7b8be0e91d4987770adb14f3898f87.tar.gz |
logging_ok Logging to logging@openlogging.org accepted
manual.texi mention bdb_version in changelog
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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. |