Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
Test innodb.innodb_bug14147491 creates $MYSQLD_DATADIR/test/t1.ibd.backup file, but does not remove it later. it makes it impossible to run the test with --repeat (without force-restart.
The obvious solution would be to delete the file at the end of the test, but I'm not sure if it's even needed – it does not seem to be used anywhere.
Attachments
Issue Links
- is caused by
-
MDEV-12253 Buffer pool blocks are accessed after they have been freed
-
- Closed
-
- relates to
-
MDEV-12699 Improve crash recovery of corrupted data pages
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Marko Mäkelä [ marko ] | Jan Lindström [ jplindst ] |
Link |
This issue is caused by |
Link |
This issue relates to |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.24 [ 22541 ] | |
Fix Version/s | 10.2.6 [ 22527 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 80527 ] | MariaDB v4 [ 152043 ] |
This should be a regression from
MDEV-12253.