mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
percona: adapt upstream release model
In accordance to the upstream release cycle, we now provide 2 flavours of the percona mysql ecosystem. The default is the LTS variant, additionally there is now the floating `percona-server_innovation` always pointing to the most recent regular release. - mentioned in release notes - adapted all depending tests and tools (xtrabackup)
This commit is contained in:
parent
58240f8069
commit
52506a2744
9 changed files with 18 additions and 12 deletions
|
@ -146,7 +146,6 @@ in
|
|||
}) mariadbPackages)
|
||||
// (lib.mapAttrs (_: package: makeMySQLTest {
|
||||
inherit package;
|
||||
# FIXME: packages are renamed soon anyways
|
||||
#name = package.pname;
|
||||
name = builtins.replaceStrings ["-"] ["_"] package.pname;
|
||||
hasMroonga = false; useSocketAuth = false;
|
||||
}) perconaPackages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue