Bug #101601 | Error msg seems wrong in innodb_alter_undo_tablespace_inactive | ||
---|---|---|---|
Submitted: | 13 Nov 2020 11:34 | Modified: | 17 Feb 2021 10:50 |
Reporter: | Baolin Huang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[13 Nov 2020 11:34]
Baolin Huang
[13 Nov 2020 13:43]
MySQL Verification Team
Hi Mr. Huang, Thank you for your bug report. We have analysed carefully your report. By analysing the source code in trx0purge.h and srv0srv.c, we concluded that you are right. However, this is truly a very minor error. Verified as reported.
[17 Feb 2021 10:50]
Erlend Dahl
Fixed as of the upcoming 8.0.23 release, and here's the proposed changelog entry from the documentation team: An error message regarding the number of truncate operations on the same undo tablespace between checkpoints incorrectly indicated a limit of 64. The limit was raised from 64 to 50,000 in MySQL 8.0.22.
[17 Feb 2021 13:23]
MySQL Verification Team
Thank you, Erlend.