summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authortim@cane.mysql.fi <>2001-01-15 14:43:51 +0200
committertim@cane.mysql.fi <>2001-01-15 14:43:51 +0200
commit1d25808fba138004572a8b11141540781300bd64 (patch)
tree5b766066385cbbda2a9d66a1e57fd654a24b0319 /Docs
parentb2afe4f06b001432d8821381df5e675f152cfbaa (diff)
parenta86a67dbac7b8be0e91d4987770adb14f3898f87 (diff)
downloadmariadb-git-1d25808fba138004572a8b11141540781300bd64.tar.gz
Merge work.mysql.com:/home/bk/mysql
into cane.mysql.fi:/usr/home/tim/my/work
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 785b666b1bc..a784b51f3b4 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -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.