[MDEV-8358] ALTER TABLE .. ADD PRIMARY KEY IF NOT EXISTS -> ERROR 1068 (42000): Multiple primary key defined Created: 2015-06-23 Updated: 2017-12-16 Resolved: 2015-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table |
| Affects Version/s: | 10.0.19, 10.0, 10.1 |
| Fix Version/s: | 10.0.22 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | alter | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.0.22 | ||||||||
| Description |
|
Seems IF NOT EXISTS is not really checked. Haven't checked if 10.0.22 has fixed this as part of |
| Comments |
| Comment by Alexey Botchkov [ 2015-10-25 ] |
|
FIxing patch: http://lists.askmonty.org/pipermail/commits/2015-October/008530.html |
| Comment by Daniel Black [ 2015-10-30 ] |
|
thank you |