[MDEV-16331] Support instant DROP CHECK CONSTRAINT Created: 2018-05-30 Updated: 2018-05-30 Resolved: 2018-05-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.1, 10.3.0 |
| Fix Version/s: | 10.3.6, 10.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | ddl, instant, performance | ||
| Issue Links: |
|
||||||||
| Description |
|
When ADD [CONSTRAINT] CHECK does not strictly require a rebuild. As part of MDEV-16291 we can implement validation of all rows without copying the table. |
| Comments |
| Comment by Marko Mäkelä [ 2018-05-30 ] |
|
This was fixed in MariaDB Server 10.3.6 as part of a code refactoring that added ALTER_DROP_CHECK_CONSTRAINT to INNOBASE_INPLACE_IGNORE. |