[MDEV-24274] ALTER TABLE with CHECK CONSTRAINTS gives "Out of Memory" error Created: 2020-11-24 Updated: 2021-04-19 Resolved: 2021-02-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table |
| Affects Version/s: | 10.4.16, 10.5.8, 10.4, 10.5 |
| Fix Version/s: | 10.4.18, 10.5.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Nilnandan Joshi | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | CONSTRAINT, regression | ||
| Issue Links: |
|
||||||||
| Description |
|
ALTER TABLE with CHECK CONSTRAINTS gives "Out of Memory" error even table is empty and just created. Also, already confirmed that there is enough memory on the instance.
But if we remove CHECK CONSTRAINTS, it works.
|
| Comments |
| Comment by Alice Sherepa [ 2020-11-24 ] | ||
|
Repeatable with InnoDB/MyIsam, on 10.4-10.5
regression appeared after 76063c2a13 ( | ||
| Comment by pk [ 2021-02-04 ] | ||
|
Any updates on this? | ||
| Comment by pk [ 2021-02-05 ] | ||
|
please let know if this is fixed and since when this issue is happening, so that we can plan other versions for our installs. | ||
| Comment by Sergei Golubchik [ 2021-02-05 ] | ||
|
yes, it is planned to be fixed in the next release | ||
| Comment by Alice Sherepa [ 2021-02-05 ] | ||
|
(introduced in 10.4.13) | ||
| Comment by pk [ 2021-02-10 ] | ||
|
can you confirm the exact release version and release date for the availability of the fix please? | ||
| Comment by Sergei Golubchik [ 2021-02-10 ] | ||
|
The exact release version is above, in the "Fix Version/s" field. |