summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-09-18 02:00:56 +0300
committerunknown <monty@mashka.mysql.fi>2002-09-18 02:00:56 +0300
commite4860747ebc5fddac571526d7c9c5e3f7452ab85 (patch)
treef22c90322c2755606b968a7823358f365eedc591 /Docs/manual.texi
parent6f8b510a2b96637ecf7aa52353f1367212140cf8 (diff)
downloadmariadb-git-e4860747ebc5fddac571526d7c9c5e3f7452ab85.tar.gz
Fixed bug with BINARY NULL
Docs/manual.texi: ChangeLog mysql-test/r/binary.result: Test of binary NULL mysql-test/t/binary.test: Test of binary NULL
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 509f46dab08..5330ae82dc2 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46929,6 +46929,8 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.53
@itemize @bullet
@item
+Fixed core dump bug when using the @code{BINARY} cast on a @code{NULL} value.
+@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.