Bug #84022 Mysql shell hangs when using ctrl-c to exit on WindowsServer 2012
Submitted: 30 Nov 2016 22:10 Modified: 4 Sep 2017 13:36
Reporter: Eduardo Alapisco Arambula Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Document Store: MySQL Shell Severity:S3 (Non-critical)
Version:1.0.6 OS:Windows (Server 2012)
Assigned to: CPU Architecture:Any

[30 Nov 2016 22:10] Eduardo Alapisco Arambula
Description:
Description:

Mysql shell hangs when using ctrl-c to exit on Windows Server 2012 

After pressing ctrl-c a good bye message is shown in the consolo along with  "^C" followed in the next line. After this
the shell becomes unresponsive.

This happens when mysqlsh is executed in cmd

How to repeat:
1.- Open cmd and execute mysqlsh

2.- Press ctrl-c

C:\Windows\System32>C:\shell\mysql-shell-1.0.6-windows-x86-64bit\bin\mysqlsh.exeC:\shell\mysql-shell-1.0.6-windows-x86-64bit\bin>mysqlsh.exe
Welcome to MySQL Shell 1.0.6

Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type '\help', '\h' or '\?' for help, type '\quit' or '\q' to exit.

Currently in JavaScript mode. Use \sql to switch to SQL mode and execute queries
.
mysql-js> Bye!
^C
[26 Jul 2017 1:25] Alfredo Kojima
Posted by developer:
 
Fixed by WL10568
[4 Sep 2017 13:36] Margaret Fisher
Posted by developer:
 
Changelog entry added for MySQL Shell 8.0.3. Closing.