Bug #103546 Contribution: Fix optionfiles parsing error with include directive
Submitted: 30 Apr 2021 17:01 Modified: 9 Jul 2021 20:13
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[30 Apr 2021 17:01] OCA Admin
Description:
This bug tracks a contribution by garen chan (Github user: garenchan) as described in http://github.com/mysql/mysql-connector-python/pull/68

How to repeat:
See description

Suggested fix:
See contribution code attached
[30 Apr 2021 17:01] OCA Admin
Contribution submitted via Github - Fix optionfiles parsing error with include directive 
(*) Contribution by garen chan (Github garenchan, mysql-connector-python/pull/68#issuecomment-829741668): 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_622940369.txt (text/plain), 3.28 KiB.

[30 Apr 2021 19:15] MySQL Verification Team
Thank you for the contribution.
[9 Jul 2021 20:13] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Connector/Python 8.0.26 release, and here's the proposed changelog entry from the documentation team:

Fixed the option file parser when using the include directive in
configuration files with override sections. Thanks to Garen Chan for the
patch.

Thank you for the bug report.