mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Removed UNION from 'things that must be done sometime' in 4.0. Is implemented in 4.0.0.
This commit is contained in:
parent
2dd56c612c
commit
7926c032b5
1 changed files with 2 additions and 2 deletions
|
@ -5910,8 +5910,8 @@ in function.
|
|||
@item
|
||||
Use of full calculation names in the order part. (For ACCESS97)
|
||||
@item
|
||||
@code{UNION}, @code{MINUS}, @code{INTERSECT} and @code{FULL OUTER JOIN}.
|
||||
(Currently only @code{LEFT OUTER JOIN} is supported)
|
||||
@code{MINUS}, @code{INTERSECT} and @code{FULL OUTER JOIN}.
|
||||
(Currently @code{UNION} (in 4.0) and @code{LEFT OUTER JOIN} are supported)
|
||||
@item
|
||||
Allow @code{UNIQUE} on fields that can be @code{NULL}.
|
||||
@item
|
||||
|
|
Loading…
Reference in a new issue