[MDEV-24601] INFORMATION_SCHEMA doesn't differentiate between column- and table-level CHECK constraints Created: 2021-01-15 Updated: 2021-03-16 Resolved: 2021-03-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.5.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
perhaps an appropriate I_S.check_constraints table needs a column, like LEVEL ENUM('COLUMN','TABLE') or a column COLUMN with the column name of the constraint or NULL for table-level constraints. |
| Comments |
| Comment by Anel Husakovic [ 2021-03-02 ] |
|
Hi wlad, serg can you please review patch 2784900c4b4cf6 |
| Comment by Anel Husakovic [ 2021-03-03 ] |
|
Hi wlad, is the review finished, just to drop binlog results not related to change? |
| Comment by Anel Husakovic [ 2021-03-16 ] |
|
Hi wlad. I have updated the patch with 8189b706. Here is the buildbot, where single failure in ps-protocol I'm not sure about> |
| Comment by Vladislav Vaintroub [ 2021-03-16 ] |
|
anel, this looks good to me. I guess you can push. Ignore innodb_stats failure, that single sporadic failure is not your fault. |
| Comment by Anel Husakovic [ 2021-03-16 ] |