- 09 May, 2019 1 commit
-
-
Jakub Jirutka authored
-
- 30 Apr, 2019 1 commit
-
-
Natanael Copa authored
ref #10380
-
- 25 Apr, 2019 2 commits
-
-
Leonardo Arena authored
-
Marcel Haazen authored
Fix for the init script so that the system database gets made after running /etc/init.d/mariadb setup instead of failing silently.
-
- 26 Feb, 2019 1 commit
-
-
J0WI authored
CVE-2019-2510, CVE-2019-2537
-
- 18 Jan, 2019 1 commit
-
-
- 16 Jan, 2019 2 commits
-
-
Natanael Copa authored
The library is provided by mariadb-connector-c so remove hte libmariadb.pc to avoid conflict.
-
Natanael Copa authored
-
- 20 Dec, 2018 1 commit
-
-
- CVE-2018-3282 - CVE-2016-9843 - CVE-2018-3174 - CVE-2018-3143 - CVE-2018-3156 - CVE-2018-3251 - CVE-2018-3185 - CVE-2018-3277 - CVE-2018-3162 - CVE-2018-3173 - CVE-2018-3200 - CVE-2018-3284
-
- 30 Nov, 2018 1 commit
-
-
info@mobile-stream.com authored
This adds generic -latomic check so likely covers all architectures without 64-bit atomic built-ins (e.g. armel too).
-
- 07 Nov, 2018 1 commit
-
-
Natanael Copa authored
-
- 26 Sep, 2018 1 commit
-
-
Kaarle Ritvanen authored
-
- 21 Sep, 2018 1 commit
-
-
Natanael Copa authored
Does not seem to be needed and hopefully it fixes a deadlock on aarch64
-
- 18 Sep, 2018 1 commit
-
-
Kaarle Ritvanen authored
https://jira.mariadb.org/browse/MDEV-17200 fixes #9407
-
- 28 Aug, 2018 5 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
move default config to /etc/my.cnf and /etc/my.cnf.d/. This is to make it easier to ship default configs for clients, plugins and mysql, without introducing conflicts. We also add a post-upgrade script which makes sure that the skip-networking setting does not disable networking in a pre-existing config on upgrade.
-
-
-
-
- 12 Jun, 2018 1 commit
-
-
- 12 Apr, 2018 1 commit
-
-
Kaarle Ritvanen authored
-
- 06 Apr, 2018 1 commit
-
-
Natanael Copa authored
-
- 02 Apr, 2018 1 commit
-
-
- 26 Mar, 2018 3 commits
-
-
Natanael Copa authored
needs perl to run dbug test
-
Natanael Copa authored
and move /usr/{lib,share}/mysql -> /usr/{lib.share}/mariadb depend on mariadb-connector-c instead of providing own client lib spitting out -static and -embedded-dev should reduce size of mariadb-dev significantly.
-
-
- 27 Feb, 2018 1 commit
-
-
Ariadne Conill authored
-
- 26 Feb, 2018 2 commits
-
-
- 09 Nov, 2017 1 commit
-
-
Natanael Copa authored
-
- 03 Oct, 2017 1 commit
-
-
- 18 Aug, 2017 1 commit
-
-
Natanael Copa authored
-
- 14 Jun, 2017 1 commit
-
-
Natanael Copa authored
-
- 05 Jun, 2017 1 commit
-
-
Leonardo Arena authored
-
- 18 Apr, 2017 1 commit
-
-
Natanael Copa authored
-
- 26 Mar, 2017 1 commit
-
-
Remove dependency on glibc by using gcc builtin function and no glibc wrappers. Currently there are no surrogates in musl for: __ppc_get_timebase() __ppc_set_ppr_low() __ppc_set_ppr_med() however glibc __ppc_get_timebase() is just a wrapper for GCC builtin __builtin_get_timebase() available since GCC 4.8 [1], so assuming that aports on ppc64le will never be built using GCC < 4.8 we can just switch directly to the GCC builtin function. Also __ppc_set_ppr_{low,med}() are not available on musl but both are simple glibc wrappers on a single asm instruction, hence there is no harm in using asm directly instead. Actually, using asm directly was the first solution adopted in MariaDB [2]. [1] https://goo.gl/jxLV6O [2] https://goo.gl/9bjuVC
-
- 17 Mar, 2017 1 commit
-
-
Sergei Lukin authored
CVE-2017-3313, CVE-2017-3302
-
- 24 Jan, 2017 1 commit
-
-
Sergei Lukin authored
CVE-2016-6664 CVE-2017-3238 CVE-2017-3243 CVE-2017-3244 CVE-2017-3257 CVE-2017-3258 CVE-2017-3265 CVE-2017-3291 CVE-2017-3312 CVE-2017-3317 CVE-2017-3318
-
- 19 Dec, 2016 1 commit
-
-
Natanael Copa authored
-
- 09 Nov, 2016 1 commit
-
-
Natanael Copa authored
fixes #6440
-