mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
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
This commit is contained in:
parent
6f8b510a2b
commit
e4860747eb
4 changed files with 22 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue