[MDEV-6172] Monitor progress of ALTER TABLE ... ADD INDEX, ALGORITHM=INPLACE for InnoDB Created: 2014-04-25 Updated: 2023-11-20 Resolved: 2014-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.1.1 |
| Type: | Task | Priority: | Minor |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When adding an index to an InnoDB table using algorithm=inplace, it is not possible to monitor the progress of the merge sort operation, which can take a great deal of time. It would be nice if the "Progress" column of SHOW PROCESSLIST was updated with some information about how far along the merge sort has progressed. It might also be possible or desirable to make some progress information available by other means. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-08-18 ] |
|
commit 8984bef2e431db42761d3f267b950293cfd864de Added thd_progress calls to row_merge_sort to give |