[MDEV-17532] Performance_schema reports wrong directory for the temporary files of ALTER TABLE…ALGORITHM=INPLACE Created: 2018-10-24 Updated: 2018-11-16 Resolved: 2018-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.0.37, 10.3.11, 10.1.37, 10.2.19 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
The temporary files created by InnoDB during ALTER TABLE…ALGORITHM=INPLACE are wrongly being reported as being located inside @datadir, instead of being inside @tmpdir. There is a fix for this in mysql-5.6.42. |