[MDEV-25730] maria.repair test fails with valgrind Created: 2021-05-19 Updated: 2021-06-02 Resolved: 2021-05-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.2.39, 10.3.30, 10.4.20, 10.5.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sujatha Sivakumar (Inactive) | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Post To reproduce: ./mtr maria.repair --valgrind
|
| Comments |
| Comment by Sujatha Sivakumar (Inactive) [ 2021-05-19 ] |
|
Post |
| Comment by Sergei Golubchik [ 2021-05-19 ] |
|
I've pushed a followup commit that makes OPTIMIZE/REPAIR kill handling consistent. Command execution can be skipped or not, depending on where the kill signal was discovered, but now it will always be reported as an error for the table, but not as an error for the whole statement. Note that |
| Comment by Sergei Golubchik [ 2021-05-19 ] |
|
Note that c699505 is completely wrong, don't push it |
| Comment by Sujatha Sivakumar (Inactive) [ 2021-05-25 ] |
|
cherry-pick commit: 1fff2398ef3dda1a7e8404f18e4e165823bd4e0a Merge conflicts were there from 10.2 to 10.3. Please find following patch In 10.6 only 'maria.repair' test changes are required. https://github.com/MariaDB/server/commit/ee8c99860c54280613b7c6266d47b8501b3ed52c |