[MDEV-11915] Detect InnoDB system tablespace size mismatch early Created: 2017-01-26 Updated: 2017-01-27 Resolved: 2017-01-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.0, 10.1, 10.2 |
| Fix Version/s: | 10.0.30, 10.1.22, 10.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | recovery, xtrabackup | ||
| Issue Links: |
|
||||||||
| Description |
|
InnoDB would refuse to start up if there is a mismatch on the size of the system tablespace files. However, before this check is conducted, the system tablespace may already have been heavily modified. InnoDB should perform the size check as early as possible. |
| Comments |
| Comment by Marko Mäkelä [ 2017-01-26 ] |
|
http://lists.askmonty.org/pipermail/commits/2017-January/010532.html |
| Comment by Jan Lindström (Inactive) [ 2017-01-26 ] |
|
ok to review, you could add your replies my questions as comments to code, |