X Tutup
Skip to content

Support libperconaserverclient for MySQL #2165

@dcelasun

Description

@dcelasun

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

No one assigned

    Labels

    featureA new feature to implementlinuxAffects Linux version (not Wine)

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup