summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-09-16 15:24:54 +0300
committerunknown <monty@mashka.mysql.fi>2002-09-16 15:24:54 +0300
commit6f8b510a2b96637ecf7aa52353f1367212140cf8 (patch)
tree5867897dd64aa9d26f6a3d79983110a9879ec63d /Docs
parentca851d2011a9b6710d6a45a611c8c7a9a387287e (diff)
downloadmariadb-git-6f8b510a2b96637ecf7aa52353f1367212140cf8.tar.gz
Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-names.
Docs/manual.texi: changelog
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 7e3f455e0f8..509f46dab08 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46929,10 +46929,14 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.53
@itemize @bullet
@item
+Fixed bug in @code{ALTER TABLE} and @code{RENAME TABLE} when running with
+@code{-O lower_case_table_names=1} (typically on windows) when giving the
+table name in uppercase.
+@item
Fixed unlikely core dump with @code{SELECT ... ORDER BY ... LIMIT}.
@item
Changed @code{AND/OR} to report that they can return NULL. This fixes a
-bug in @code{GROUP BY} on @code{AND/OR} expression that return
+bug in @code{GROUP BY} on @code{AND/OR} expressions that return
@code{NULL}.
@item
Fixed a bug that @code{OPTIMIZE} of locked and modified MyISAM table,