Bug #69161 | mysql client was crashed quickly after logining | ||
---|---|---|---|
Submitted: | 7 May 2013 6:19 | Modified: | 10 Apr 2014 8:52 |
Reporter: | zhai weixiang (OCA) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.6.11 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[7 May 2013 6:19]
zhai weixiang
[7 May 2013 10:57]
MySQL Verification Team
Hello zhai weixiang, Thank you for the report. Verified as described. Thanks, Umesh
[7 May 2013 11:43]
MySQL Verification Team
mysql client trace..
Attachment: mysqld.trace.txt (text/plain), 32.32 KiB.
[8 May 2013 4:19]
Tsubasa Tanaka
Is it same #68107 ?
[8 May 2013 9:00]
Nirbhay Choubey
Hi, I am not able to reproduce this bug. Could you please provide me with the client status just before the crash? (the client distribution version and charsets in specific) -- Nirbhay
[10 May 2013 15:31]
zhai weixiang
$ /u01/project/mysql-5.6.11/client/mysql --version /u01/project/mysql-5.6.11/client/mysql Ver 14.14 Distrib 5.6.11, for Linux (x86_64) using EditLine wrapper I can't execute any command using the mysql client of this version. But 5.5 is ok. $ /u01/project/mysql-5.5.18/client/mysql --version /u01/project/mysql-5.5.18/client/mysql Ver 14.14 Distrib 5.5.18, for Linux (x86_64) using EditLine wrapper $ /u01/project/mysql-5.5.18/client/mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 786 Server version: 5.6.11-log Source distribution Copyright (c) 2000, 2011, 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;' or '\h' for help. Type '\c' to clear the current input statement. mysql> show variables like '%char%' -> ; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | gbk | | character_set_connection | gbk | | character_set_database | gbk | | character_set_filesystem | binary | | character_set_results | gbk | | character_set_server | gbk | | character_set_system | utf8 | | character_sets_dir | /u01/mysql/share/charsets/ | +--------------------------+----------------------------+ 8 rows in set (0.00 sec)
[9 Apr 2014 14:57]
Georgi Kodinov
Posted by developer: For the record I also don't get this with nether of the charsets quoted in 5.7.
[10 Apr 2014 8:52]
Georgi Kodinov
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL. This is the same call stack as bug #68107