Bug #68838 Pressing C makes CLI continue waiting instead of canceling.
Submitted: 2 Apr 2013 16:39 Modified: 2 Jul 2014 19:57
Reporter: Javier Rivera Zavala Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL for Windows: Installer Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Javier Rivera Zavala CPU Architecture:Any

[2 Apr 2013 16:39] Javier Rivera Zavala
Description:
When CLI asks you: "It looks like the current operation is taking longer than expected to complete, press C to cancel waiting or any key to continue waiting."
Press C The cli continues waiting instead of canceling the operation instead of canceling.

How to repeat:
In the CLI type a command like:
MySQLInstallerConsole --config=mysql-server-5.5-win32:passwd=root;timeout=2 --action=install --type=Full 

And when CLI asks you: "It looks like the current operation is taking longer than expected to complete, press C to cancel waiting or any key to continue waiting."
Press C.

The cli continues waiting instead of canceling the operation when it should cancel it.

Suggested fix:
Make the C button cancel the operation.