Bug #72776 mysqluc types qxit when type q + enter
Submitted: 28 May 2014 9:55 Modified: 16 Jul 2014 4:44
Reporter: Shahriyar Rzayev Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Utilities Severity:S1 (Critical)
Version:1.4.3 OS:Linux (CentOS 6.5)
Assigned to: CPU Architecture:Any

[28 May 2014 9:55] Shahriyar Rzayev
Description:
Dear all,

Recently get update from official repo and mysql utilities on Centos 6.5 is now 1.4.3 GA.
Open mysqluc:

[root@linuxsrv3 ~]# mysqluc
Launching console ...

Welcome to the MySQL Utilities Client (mysqluc) version 1.4.3
Copyright (c) 2010, 2014 Oracle and/or its affiliates. All rights reserved.
This is a release of dual licensed MySQL Utilities. For the avoidance of
doubt, this particular copy of the software is released
under the version 2 of the GNU General Public License.
MySQL Utilities is brought to you by Oracle.

Type 'help' for a list of commands or press TAB twice for list of utilities.

Then type q + enter, you will see:

mysqluc> qxit 

Unknown command: qxit 

It looks like "exit"

mysqluc> exit 

Thanks for using the MySQL Utilities Client!

How to repeat:
See descrtiption

Suggested fix:
Maybe just exit when type "q" instead of qxit :)
[28 May 2014 11:26] MySQL Verification Team
Hello Shahriyar,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[16 Jul 2014 4:44] Philip Olson
Fixed as of the upcoming MySQL Utilities/Fabric 1.4.4 release, and here's the changelog entry:

In the "mysqluc" environment, pressing "tab" after typing a "q" would
incorrectly suggest the term "qxit" instead of "quit". This now returns
"quit", which is an alias for "exit".

Thank you for the bug report.