[MDEV-24598] duplicate CHECK constraint name Created: 2021-01-15 Updated: 2024-01-30 |
|
| Status: | In Review |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Create Table |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.9, 10.10 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
another example
|
| Comments |
| Comment by Anel Husakovic [ 2021-01-15 ] |
|
Hi, |
| Comment by Sergei Golubchik [ 2021-01-15 ] |
|
Well, Otherwise how would you interpret, for example, ALTER TABLE t1 DROP CONSTRAINT b ? |
| Comment by Anel Husakovic [ 2021-01-15 ] |
|
Make sense I understand now. |
| Comment by Anel Husakovic [ 2023-11-16 ] |
|
Related to the PR 2773 |
| Comment by Anel Husakovic [ 2024-01-29 ] |
|
Added commit ffd3ae247c9 as part of PR 2773. |