[MDEV-12831] CREATE TABLE t1 (<defs>) SELECT... does not preserve new CHECK constraint Created: 2017-05-17 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||||||||||
| Epic Link: | Data type cleanups | ||||||||||||||||
| Description |
|
The expected CHECK clause for t2.a should be a=2 rather a=1. |