Bug #98311 Contribution: Include port number in client error message
Submitted: 21 Jan 2020 14:59 Modified: 5 Nov 2020 17:36
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[21 Jan 2020 14:59] OCA Admin
Description:
This bug tracks a contribution by Daniël van Eeden (Github user: dveeden) as described in http://github.com/mysql/mysql-server/pull/289

How to repeat:
See description

Suggested fix:
See contribution code attached
[21 Jan 2020 14:59] OCA Admin
Contribution submitted via Github - Include port number in client error message 
(*) Contribution by Daniël van Eeden (Github dveeden, mysql-server/pull/289#issuecomment-576109825): I confirm the code being submitted is offered under the terms of the OCA, 
and that I am authorized to contribute it.

On January 19, 2020 23:50:17 mysql-oca-bot <notifications@github.com> wrote:
> Hi, thank you for your contribution. Please confirm this code is submitted 
> under the terms of the OCA (Oracle''s Contribution Agreement) you have 
> previously signed by cutting and pasting the following text as a comment:
> "I confirm the code being submitted is offered under the terms of the OCA, 
> and that I am authorized to contribute it."
> Thanks—
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.

Contribution: git_patch_364568877.txt (text/plain), 1.93 KiB.

[21 Jan 2020 15:27] MySQL Verification Team
Thank you for the bug report.
[21 Jan 2020 15:30] MySQL Verification Team
Thank you for the contribution.
[5 Nov 2020 17:36] Paul DuBois
Posted by developer:
 
Fixed in 8.0.24.

Client connection failure messages now include the port number. For
example: "Can't connect to MySQL server on '127.0.0.1:63333'." Thanks
to Daniël van Eeden for the contribution.