mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Fixed bug in ISNULL(not_null_expression)
Docs/manual.texi: Changlelog
This commit is contained in:
parent
10729adbf5
commit
e67eb77b13
4 changed files with 48 additions and 21 deletions
|
|
@ -46926,8 +46926,13 @@ Fixed core dump problem on OSF in @code{gethostbyname_r}.
|
|||
@item
|
||||
Fixed that underflowed decimal fields is not zero filled.
|
||||
@item
|
||||
@code{'+11111'} in overflow for @code{decimal(5,0) unsigned} columns,
|
||||
Just sign will be dropped.
|
||||
If we get an overflow when inserting @code{'+11111'} for
|
||||
@code{decimal(5,0) unsigned} columns, we will just drop the sign.
|
||||
@item
|
||||
Fixed bug with @code{ISNULL(expression_which_cannot_be_null)}.
|
||||
@item
|
||||
Fixed host lookup bug in the glibc library that we used with the 3.23.50
|
||||
Linux-x86 binaries.
|
||||
@end itemize
|
||||
|
||||
@node News-3.23.50, News-3.23.49, News-3.23.51, News-3.23.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue