Bug #69284 | mysqluc:show variables don't work on long names: ValueError: Sign not allowed in | ||
---|---|---|---|
Submitted: | 20 May 2013 3:25 | Modified: | 11 Jul 2013 22:11 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Utilities | Severity: | S3 (Non-critical) |
Version: | 1.3.1 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[20 May 2013 3:25]
Shane Bester
[11 Jul 2013 22:11]
Philip Olson
Fixed as of MySQL Utilities 1.2.4/1.3.3, and here's the changelog entry: Using long variables names in "mysqluc" would throw an unhandled exception when executing "SHOW variables". The variable names are now truncated if their width exceeds the maximum allowable width. Support for passing in multiple variables to the "mysqluc" utility was also fixed. Thank you for the bug report.