[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.


Example of what is show on the CLI while running an ALTER TABLE operation :

MariaDB [database]> ALTER TABLE sometable ADD COLUMN newcolumn char(4) DEFAULT NULL AFTER othercolumn;
Stage: 1 of 2 'copy to tmp table'  0.007% of stage done

Similar progress infos should be printed while running a CREATE INDEX operation but nothing is shown.


Generated at Thu Feb 08 07:13:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.