[MDEV-17323] Backport INFORMATION_SCHEMA.CHECK_CONSTRAINTS to 10.2 Created: 2018-09-28 Updated: 2020-08-25 Resolved: 2019-01-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Information Schema |
| Fix Version/s: | 10.2.22 |
| Type: | Task | Priority: | Critical |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Check constraints were added in 10.2: https://mariadb.com/kb/en/library/constraint/ But INFORMATION_SCHEMA.CHECK_CONSTRAINTS is only in 10.3: https://mariadb.com/kb/en/library/information-schema-check_constraints-table/ Wouldn't it make sense to be able to view metadata about check constraints in 10.2 as well? |