summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-19 22:10:54 +0300
committermonty@hundin.mysql.fi <>2001-10-19 22:10:54 +0300
commit6ee6fbf70005307d72d37978cef153fdcb33805e (patch)
treee717f4195e6b7d87809d3867302f30ea43732546 /Docs
parent6a3f93f4861ea2811246753286c0e05673cef065 (diff)
downloadmariadb-git-6ee6fbf70005307d72d37978cef153fdcb33805e.tar.gz
Don't use signal() on windows.
Added missing InnoDB variables to SHOW VARIABLES. Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values. Fixed bug when doing 'LEFT JOIN ... ON (column_name = constant) WHERE column_name = constant'
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index e69d08148ee..eafca54b6e1 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46845,6 +46845,14 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.44
@itemize @bullet
@item
+Don't use @code{signal()} on windows because this appears to not be
+100 % reliable.
+@item
+Fixed bug when doing @code{WHERE column_name=NULL} on an indexed column
+that had @code{NULL} values.
+@item
+Fixed bug when doing @code{LEFT JOIN ... ON (column_name = constant) WHERE column_name = constant}.
+@item
When using replications, aborted queries that contained @code{%} could cause
a core dum.
@item