mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Check if AND/OR expression can be NULL
Better fix for ALTER TABLE on BDB tables (Both of the above fixes are already in 4.0) Docs/manual.texi: Changelog sql/item_cmpfunc.cc: Check if AND/OR expression can be NULL sql/sql_table.cc: Better fix for ALTER TABLE on BDB tables
This commit is contained in:
parent
c8f6ea2c7c
commit
35115d9a50
3 changed files with 19 additions and 3 deletions
|
|
@ -46929,6 +46929,10 @@ not yet 100% confident in this code.
|
|||
@appendixsubsec Changes in release 3.23.53
|
||||
@itemize @bullet
|
||||
@item
|
||||
Changed @code{AND/OR} to report that they can return NULL. This fixes a
|
||||
small problem in @code{GROUP BY} on @code{AND/OR} expression that return
|
||||
@code{NULL}.
|
||||
@item
|
||||
Fixed a @code{BDB}-related @code{ALTER TABLE} bug with dropping a column
|
||||
and shutting down immediately thereafter.
|
||||
@item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue