-
-
Notifications
You must be signed in to change notification settings - Fork 539
Closed
Labels
featureA new feature to implementA new feature to implementlinux-nativeAffects 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
Metadata
Metadata
Assignees
Labels
featureA new feature to implementA new feature to implementlinux-nativeAffects Linux version (not Wine)Affects Linux version (not Wine)