Bug #117459 | Cross DDL operations on MySQL partitioned tables, parallel COUNT(*) does not report errors. | ||
---|---|---|---|
Submitted: | 13 Feb 3:02 | Modified: | 21 Mar 11:05 |
Reporter: | YuChen Jiang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.32 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[13 Feb 3:02]
YuChen Jiang
[13 Feb 7:30]
MySQL Verification Team
Hi, Thanks for the report.
[21 Mar 11:05]
Edward Gilmore
Posted by developer: Added the following note to the MySQL Server 8.0.42, 8.4.5, and 9.3.0 release notes: Partition table indexes were not checked when retrieving a record count while that table's definition was being altered by another client session. The record count was executed without error. As of this release, the index is checked to ensure it is usable when retrieving a record count.