[MDEV-11115] CHECK constraints are not shown in I_S.TABLE_CONSTRAINTS Created: 2016-10-23 Updated: 2017-03-31 Resolved: 2017-03-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Jacob Mathew (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 10.2-ga | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.2.6-2, 10.2.6-3 | ||||||||
| Description |
|
MySQL documentation mentions that CHECK constraints should be shown in I_S.TABLE_CONSTRAINTS when they are supported: I suppose it should be so in MariaDB, too.
|
| Comments |
| Comment by Elena Stepanova [ 2017-01-24 ] |
|
If it needs to be done at all, it would better be done before GA. |
| Comment by Jacob Mathew (Inactive) [ 2017-02-14 ] |
|
I have completed my changes to fix the bug. The changes are ready to be reviewed. |
| Comment by Jacob Mathew (Inactive) [ 2017-02-14 ] |
|
Hi Sergei, Please review my changes to fix information schema bug Thanks, commit 92f235952021aabb43740b47beaedea0e70a5850 Changes to fix information schema bug MDEV_11115. diff --git a/sql/sql_show.cc b/sql/sql_show.cc + // Table check constraints + } |
| Comment by Jacob Mathew (Inactive) [ 2017-03-31 ] |
|
I merged the fix into the 10.2 branch on 29/March/2017. |