Commit Graph

204 Commits

Author SHA1 Message Date
Vika Shleina
ccb2baa615
mariadb: fix build on non-x86_64 linux
pmdk is only available on x86_64-linux, yet included in other platforms.

Things tested:
 - build on x86_64-linux is the same (substituted from binary cache)
 - build on aarch64-linux doesn't crash now with an "unsupported system"
2021-11-24 02:18:47 +03:00
Izorkin
1fa2e5fdc9
mariadb: move patches to subfolder 2021-11-19 20:58:04 +03:00
Izorkin
595511e632
mariadb: cleanup build configuration 2021-11-19 20:58:01 +03:00
Izorkin
cff899a959
mariadb: add pmem support 2021-11-19 20:56:03 +03:00
Izorkin
be52b4640f
mariadb: move fix mytop to common stage 2021-11-19 20:54:12 +03:00
ajs124
937cf30e7e mariadb: replace libaio with liburing
was missed in a160dfbf35

see also https://jira.mariadb.org/browse/MDEV-24883
2021-11-19 16:10:34 +01:00
Dmitry Kalinkin
86db5fef7b
mariadb: fix darwin build 2021-11-17 02:46:12 -05:00
Dmitry Kalinkin
6253ab088a
mariadb: revert to using fetchurl
Unlike the `fetchzip`, the `fetchurl` allows for tarballs to be backed
up to tarballs.nixos.org.
2021-11-17 02:43:44 -05:00
ajs124
09d3d7fe36 mariadb: 10.6.3 -> 10.6.5
https://mariadb.com/kb/en/mariadb-1064-release-notes/
https://mariadb.com/kb/en/mariadb-1065-release-notes/
2021-11-11 00:34:39 +01:00
Jan Tojnar
4d440e9089 mariadb: remove broken symlink
We are removing the file this links to so let’s remove the link as well.
2021-09-24 02:39:16 +02:00
Vladimír Čunát
01ab36d875
mariadb.client: fixup build
I expect it got broken by mariadb update in PR #132916 (a160dfbf3).
2021-09-12 11:42:22 +02:00
ajs124
a160dfbf35 mariadb: 10.5.11 -> 10.6.3
new minor release https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/
2021-08-12 13:22:34 +02:00
github-actions[bot]
75dab3d616
Merge master into staging-next 2021-07-07 12:01:21 +00:00
Kasper Gałkowski
cd7ca4552a mariadb: replace galera_new_cluster in postPatch instead of postInstall
This prevents build errors when building mariadb with systemd removed
from buildInputs, in which case the galera_new_cluster file isn't
copied to $out/bin.

Also fixes a small bug where the URL in the script became invalid
after replacing - now it correctly points to an article on the MariaDB
website.
2021-07-06 00:33:56 +02:00
github-actions[bot]
a28ba52cac
Merge staging-next into staging 2021-07-05 18:01:46 +00:00
Izorkin
f85b19387d
mariadb: libsodium is required to build mroonga storage 2021-07-04 22:51:17 +03:00
ajs124
c016be18c5 mariadb: 10.5.10 -> 10.5.11
https://mariadb.com/kb/en/mariadb-10511-release-notes/
2021-06-23 23:58:09 +02:00
ajs124
8b30f2e15b mariadb: 10.5.8 -> 10.5.10 2021-05-08 01:55:18 +02:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Izorkin
856a8b6ab5
mariadb: disable build S3 plugin on Darwin 2021-01-12 17:22:54 +03:00
Izorkin
91e580397e
mariadb: 10.4.15 -> 10.5.8 2021-01-12 17:22:54 +03:00
Izorkin
d688f790dd
mariadb: drop build server with tokudb storage 2021-01-12 17:22:47 +03:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Aaron Andersen
7298f524e5
Merge pull request #100413 from helsinki-systems/fix/mariadb-perl
pkgs/mariadb: Fix when running without aliases
2020-10-27 08:23:56 -04:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
Vladimír Čunát
17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Stig Palmquist
2929f5edb9
mariadb: 10.4.14 -> 10.4.15
Fixes CVE-2020-15180
2020-10-23 12:24:20 +02:00
Andrew Childs
722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Janne Heß
ba003ec930
pkgs/mariadb: Fix when running without aliases
DataDumper is an alias to `null` in top-level/perl-packages.nix since
it's included as part of perl.
2020-10-13 15:18:31 +02:00
Izorkin
8e4ecf17db mariadb: 10.4.13 -> 10.4.14 2020-08-15 10:42:13 +03:00
Doron Behar
1f13d6506f mariadb: don't move pam files on Darwin 2020-06-11 21:34:38 +03:00
Izorkin
a1ec028812 mariadb: move mariadb_mtr to share/pam 2020-05-23 15:32:46 +03:00
Izorkin
2f0396776e mariadb: change directory installing pam 2020-05-23 15:32:46 +03:00
Izorkin
feaac81f01 mariadb: 10.4.12 -> 10.4.13 2020-05-23 15:32:46 +03:00
Izorkin
6ac9a9fcb4 mariadb: 10.3.22 -> 10.4.12 2020-05-14 17:29:40 +03:00
Izorkin
585bbc598c mariadb: add link to all mysql tests 2020-05-06 16:42:31 +03:00
Izorkin
300c3f9990 nixos/tests: add check mariadb galera cluster with rsync-based SST 2020-05-06 16:42:31 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Izorkin
5abc729dd6 mariadb: fix deps build 2020-04-02 18:05:07 +03:00
Izorkin
24357432cd mariadb: add zstd compression 2020-04-02 18:05:06 +03:00
Izorkin
eafdfc8f51 mariadb: add option to build server without rocksdb storage 2020-04-02 18:05:06 +03:00
Izorkin
0296e678cf mariadb: add option to build server without tokudb storage 2020-04-02 18:05:04 +03:00
Florian Klink
4b8d66aa72 mariadb: remove withoutClient
When used as a global override, it breaks most of the options in the
mysql module, such as ensureDatabases, ensureUsers, initialDatabases,
initialScript.

We could use `.client` there, but if the reasoning behind this was
closure size reduction, we now end up with the same (or a bigger)
runtime closure and more complexity.

Apart from the options exposed by the mysql module, the client is also
likely to be required for local backups or DBA tasks anyways.

Instead of dealing with all the increased complexity of this for no
arguable benefit, let's just remove the `withoutClient` argument.
Storage space on mysql servers shouldn't be that much of an issue.

Closes #82428.
2020-03-15 13:49:13 +01:00
Jörg Thalheim
5b732a1f51
Merge pull request #80768 from aanderse/mysql-dialog
mariadb: do not delete runtime plugins from package
2020-02-25 20:08:43 +00:00
Izorkin
982a23de94 mariadb: add needed packages 2020-02-22 11:31:05 +03:00
Izorkin
c6d159d696 mariadb: build server with NUMA 2020-02-22 11:30:07 +03:00
Izorkin
e4f17a2b17 mariadb: 10.3.20 -> 10.3.22 2020-02-22 11:26:28 +03:00