[MDEV-6647] MariaDB CLI client doesnt show CREATE INDEX progress Created: 2014-08-27 Updated: 2014-09-11 Resolved: 2014-09-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | 10.0.14 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jean Weisbuch | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | progress | ||
| Description |
|
MariaDB supports progress informations about queries such as ALTER TABLE or CREATE INDEX that can be followed on the PROCESSLIST. The problem is that on the CLI client, while the progress of operations such as an ALTER TABLE is shown while the command is running, nothing is shown at all for a CREATE INDEX operation. –
Similar progress infos should be printed while running a CREATE INDEX operation but nothing is shown. |