Bug #95550 Contribution: Calculating columns sizes based on the character set in mysql ...
Submitted: 27 May 2019 17:48 Modified: 27 May 2019 18:16
Reporter: OCA Admin (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[27 May 2019 17:48] OCA Admin
Description:
This bug tracks a contribution by Yuriy Baranov (Github user: yurriy) as described in http://github.com/mysql/mysql-server/pull/267

How to repeat:
See description

Suggested fix:
See contribution code attached
[27 May 2019 17:48] OCA Admin
Contribution submitted via Github - Calculating columns sizes based on the character set in mysql client 
(*) Contribution by Yuriy Baranov (Github yurriy, mysql-server/pull/267#issuecomment-496257974): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_282296945.txt (text/plain), 2.48 KiB.

[27 May 2019 18:16] MySQL Verification Team
Thank you for the contribution.
[29 May 2019 10:21] Georgi Kodinov
Thank you for the valid bug report. 
Unfortunately the way this is fixed is breaking the layering by using charset code  (internal to libmysql) in a client app.