[MDEV-12868] MySQL bug #84038 also affects MariaDB 10.2 Created: 2017-05-22 Updated: 2020-08-25 Resolved: 2017-08-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.5 |
| Fix Version/s: | 10.2.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | upstream-fixed | ||
| Issue Links: |
|
||||||||
| Description |
|
MySQL bug #84038 is not reproducible on XtraDB based MariaDB 10.1 (at least not on 10.1.21 or later), but is hit in InnoDB based MariaDB 10.2.5 How to reproduce: Execute the following
then restart mysqld Works fine on MariaDB 10.1, but on 10.2 it causes
|
| Comments |
| Comment by Elena Stepanova [ 2017-05-22 ] |
|
According to the upstream bug, it's 5.7-only, so 10.1 shouldn't be affected indeed. |
| Comment by Hartmut Holzgraefe [ 2017-05-22 ] |
|
No real harm by this, the [Error] lines are actually false alarms as things get auto-fixed in the [Note] line. Still the [Error] lines should be prevent as they may trigger monitoring alerts, and I_S.INNODB_SYS_DATAFILES should be updated on RENAME without requiring an explicit FLUSH |
| Comment by Marko Mäkelä [ 2017-08-09 ] |
|
This is indeed fixed in 5.7.19 as Bug #25189192 ERRORS WHEN RESTARTING MYSQL AFTER RENAME TABLE. |