[MDEV-14701] install_db shows corruption for rest encryption with innodb_data_file_path=ibdata1:3M Created: 2017-12-18 Updated: 2017-12-21 Resolved: 2017-12-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.1.27 |
| Fix Version/s: | 10.1.30 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Comments |
| Comment by Jan Lindström (Inactive) [ 2017-12-19 ] |
|
https://github.com/MariaDB/server/commit/a2367fc893d8adf9571b13f3e08d37e32226f32a |
| Comment by Marko Mäkelä [ 2017-12-19 ] |
|
Looks OK to me. |
| Comment by Jan Lindström (Inactive) [ 2017-12-19 ] |
|
commit ed7e4b68ed59fb7c34dc06625dfe378e71d1e8a7 Problem was that crypt_data->min_key_version is not a reliable way fil_write_flushed_lsn |
| Comment by Marko Mäkelä [ 2017-12-21 ] |
|
I believe that this bug was introduced in the MariaDB 10.1 series only. The MariaDB 10.2 and 10.3 series should be unaffected, because they would never write the FLUSH_LSN field in other files of the system tablespace than the first one. |