summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-10-12 12:38:48 +0300
committerunknown <monty@hundin.mysql.fi>2002-10-12 12:38:48 +0300
commit8926c0bc3817150d00a1906e07a6e6b469c4c696 (patch)
tree40349016c80381ae4c79156d2a2683a59b0e46a8 /Docs
parent7cd5626c7059defa60ab1529d18d5e3b8c7cfe1b (diff)
downloadmariadb-git-8926c0bc3817150d00a1906e07a6e6b469c4c696.tar.gz
Fixed bug where we could reference a freed tmp_table->table_name variable for some
GROUP BY ... ORDER BY queries. Docs/manual.texi: ChangeLog
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index e8b9d89e1a2..21bab5ea6e4 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46928,6 +46928,12 @@ not yet 100% confident in this code.
@node News-3.23.54, News-3.23.53, News-3.23.x, News-3.23.x
@appendixsubsec Changes in release 3.23.54
+@itemize
+Fixed reference to freed memory when doing complicated @code{GROUP BY
+... ORDER BY} queries. Symptom was that @code{mysqld} died in function
+@code{send_fields}.
+queries.
+@end itemize
@node News-3.23.53, News-3.23.52, News-3.23.54, News-3.23.x
@appendixsubsec Changes in release 3.23.53