Bug #110144 | CREATE TABLE with a large MIN_ROWS on an indexed column causes memory error. | ||
---|---|---|---|
Submitted: | 21 Feb 2023 2:16 | Modified: | 21 Feb 2023 14:16 |
Reporter: | John Jove | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 8.0.32 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Feb 2023 2:16]
John Jove
[21 Feb 2023 2:20]
John Jove
When remove the option `MIN_ROWS = 7837978743245037283` for the CREATE TABLE statement, the bug still exists.
[21 Feb 2023 14:16]
MySQL Verification Team
Hi Mr. Jove, Thank you for your bug report. However , it is not a bug. Simply, the datatype of INT that you used can accommodate much smaller number of rows then the number of MIN_ROWS that you described. We ran tests on the tables , without MIN_ROWS with 8.0.32 and had no problems what so ever. This is simply not a bug.