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
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:
Describe the solution you'd like
Include Percona Server client like this:
Describe alternatives you've considered
N/A
Additional context
N/A