You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG19481761: Fix option files with !include with trailing newline
If an option file has a !include option which has a trailing newline,
mysql.connector.connect() fails with a ValueError. This patch fixes this
by stripping all whitesapce characters in the filenames or directory
names given with !include or !includedir options.
A unit test has been added for BUG#19481761.
0 commit comments