[MDEV-18463] Don't allow multiple table CONSTRAINTs with the same name. Created: 2019-02-04 Updated: 2019-12-08 Resolved: 2019-12-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Create Table |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.30 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexey Botchkov | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
So two constraints with the same name 'sid' were created. |
| Comments |
| Comment by Anel Husakovic [ 2019-02-04 ] | |||||||||||||||||
|
I think this MDEV should be related to this one | |||||||||||||||||
| Comment by Federico Razzoli [ 2019-10-19 ] | |||||||||||||||||
|
Same bug is in MySQL 8. I couldn't find the bug in their bug tracker, but it could be worded in many ways...
| |||||||||||||||||
| Comment by Alexey Botchkov [ 2019-12-08 ] | |||||||||||||||||
|
https://github.com/MariaDB/server/commit/fd1979bc9a535735ed3f3a7dbb67d09568dd8417 |