-
-
Notifications
You must be signed in to change notification settings - Fork 563
Support libperconaserverclient for MySQL #2165
Copy link
Copy link
Closed
Labels
featureA new feature to implementA new feature to implementlinuxAffects Linux version (not Wine)Affects Linux version (not Wine)
Milestone
Description
Is your feature request related to a problem? Please describe.
According to this comment on the forums, supported libraries for MySQL variants are determined with this regex:
rx.Expression := '^\s*lib(mysqlclient|mariadb)[^=]+=>\s*(\S+)$';
Describe the solution you'd like
Include Percona Server client like this:
rx.Expression := '^\s*lib(mysqlclient|mariadb|perconaserverclient)[^=]+=>\s*(\S+)$';
Describe alternatives you've considered
N/A
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureA new feature to implementA new feature to implementlinuxAffects Linux version (not Wine)Affects Linux version (not Wine)