summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2000-12-05 16:14:52 +0200
committermonty@narttu.mysql.fi <>2000-12-05 16:14:52 +0200
commit402e8e5c780cb4b2f72861b5cf55f5db2cf1997e (patch)
tree3778f67cd21c1d02d9d2a51d27cfa481b4bd1677 /Docs
parenta2fc71d313772b33e481d8ae9309592ef7c56039 (diff)
downloadmariadb-git-402e8e5c780cb4b2f72861b5cf55f5db2cf1997e.tar.gz
Fix for core dump in DISTINCT
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 829c1becacb..2bc8d3ae5ac 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -39222,6 +39222,9 @@ though, so Version 3.23 is not released as a stable version yet.
@appendixsubsec Changes in release 3.23.29
@itemize @bullet
@item
+Fixed bug when doing a @code{SELECT DISTINCT ... table1 LEFT JOIN
+table2..] when table2 was empty.
+@item
Added @code{--abort-slave-event-count} and
@code{--disconnect-slave-event-count} options to @code{mysqld} for
debugging and testing of replication