Sergei Golubchik
e27b1c3137
require system pcre2 in rpms
...
now when SLES12.3 is gone, we can enforce it
2021-12-07 21:31:13 +01:00
Vicențiu Ciorbaru
7c33ecb665
Merge remote-tracking branch 'upstream/10.4' into 10.5
2021-09-10 17:16:18 +03:00
Vicențiu Ciorbaru
de7e027d5e
Merge remote-tracking branch 'upstream/10.3' into 10.4
2021-09-09 09:23:35 +03:00
Sergei Golubchik
a6383a1954
Merge branch '10.2' into 10.3
2021-09-07 23:24:06 +02:00
Sergei Golubchik
0d3de06eda
disable bzip2/lz4/lzo in rpm builds, distro dependent
2021-09-07 21:13:04 +02:00
Sergei Golubchik
ca2f89deac
disable bzip2/lz4/lzo in bintar builds, as they always have been
2021-09-07 21:13:04 +02:00
Vicențiu Ciorbaru
b85b8348e7
Merge branch '10.2' into 10.3
2021-09-07 16:32:35 +03:00
Sergei Golubchik
1597b3d76b
disable bzip2, lzma, and lzo explicitly in debian release builds
...
we don't build debian release builds with them anyway,
but let's make it explicit, independently on what happens to be
installed on the builder.
2021-08-31 09:50:57 +02:00
Marko Mäkelä
365cd08345
Merge 10.4 into 10.5
2021-05-26 09:47:28 +03:00
Marko Mäkelä
1dea7f7977
Merge 10.3 into 10.4
2021-05-25 15:38:57 +03:00
Marko Mäkelä
1864a8ea93
Merge 10.2 into 10.3
2021-05-24 09:38:49 +03:00
Sergei Golubchik
f70b11c8c9
cmake: fewer Build-Depends in SRPM
...
don't require tar/gtar, git, getconf, groff/nroff, and ruby.
2021-05-22 21:56:51 +02:00
Sergei Golubchik
9bbedcdd59
don't require jemalloc for 10.5 official packages
...
it was only for TokuDB, and TokuDB isn't packaged in 10.5
2021-05-19 16:10:13 +02:00
Marko Mäkelä
0e1437e147
Merge 10.4 into 10.5
2021-05-10 10:01:15 +03:00
Marko Mäkelä
8c73fab7f7
Merge 10.3 into 10.4
2021-05-10 09:52:01 +03:00
Marko Mäkelä
98e6159892
Merge 10.2 into 10.3
2021-05-10 09:09:50 +03:00
Sergei Golubchik
e1bf1aea5c
force jemalloc to be used in release rpm/deb builds
...
unless explicitly overruled with -DWITH_JEMALLOC=no
2021-05-08 18:02:34 +02:00
Etienne Guesnet
2f5d372444
Add build on AIX
2020-12-16 08:07:04 +11:00
Marko Mäkelä
e67daa5653
Merge 10.4 into 10.5
2020-07-15 14:51:22 +03:00
Marko Mäkelä
9936cfd531
Merge 10.3 into 10.4
2020-07-15 10:17:15 +03:00
Marko Mäkelä
8a0944080c
Merge 10.2 into 10.3
2020-07-14 22:59:19 +03:00
Marko Mäkelä
646a6005e7
Merge 10.1 into 10.2
2020-07-14 15:10:59 +03:00
Vicențiu Ciorbaru
f18c5a7ed7
MDEV-23114 AUTH_PAM plugin can not be disabled when using mysql_release config
...
When setting the PLUGIN_AUTH_PAM variable, mark it as a "CACHE" variable
so it can be overridden by the user.
2020-07-07 17:59:47 +03:00
Marko Mäkelä
4a0b56f604
Merge 10.4 into 10.5
2020-05-31 10:28:59 +03:00
Marko Mäkelä
6da14d7b4a
Merge 10.3 into 10.4
2020-05-30 11:04:27 +03:00
Marko Mäkelä
e9aaa10c11
Merge 10.2 into 10.3
2020-05-29 22:21:19 +03:00
Sergei Golubchik
2c9c9acbfc
bintars should use bundled PCRE
2020-05-27 15:56:40 +02:00
Sergei Golubchik
04726f2920
get rid of cmake warning
2020-05-27 15:56:40 +02:00
Sergei Golubchik
9bd583ce1f
MDEV-21942 Building 10.5 requires Internet access
...
Force correct PCRE2 linking in the official binaries.
System pcre2 in RPM/DEB, bundled in bintars.
2020-03-16 01:13:01 +01:00
Sergei Golubchik
8fd654ce0e
MDEV-21943 reduce the binary tarball size
...
strip all client binaries (that is, not mysqld) in bintars
2020-03-16 01:13:01 +01:00
Sergei Golubchik
47e220a3a7
MDEV-21943 reduce the binary tarball size
...
in mysql_release builds only build embedded for rpm and deb
but not for bintar
2020-03-16 01:13:01 +01:00
Marko Mäkelä
780d2bb8a7
Merge 10.4 into 10.5
2019-09-06 14:25:20 +03:00
Marko Mäkelä
db4a27ab73
Merge 10.3 into 10.4
2019-08-31 06:53:45 +03:00
Marko Mäkelä
1a3c365953
Merge 10.2 into 10.3
2019-08-29 12:00:12 +03:00
Marko Mäkelä
5f35e103ee
Merge 10.1 into 10.2
2019-08-28 15:23:21 +03:00
Monty
76ce6ae4bb
Removed some compiler warnings found by clang
...
- Fixed some unitialized variables
- Removed some warnings:
-Wno-parentheses-equality gives warnings from macro-expressions
-Wno-string-plus-int is not a common problem and it's not trivial to
fix it in connect
2019-08-23 22:03:54 +02:00
Sergei Golubchik
91fdb931fa
ensure that pam plugin is present in release packages
2019-08-20 15:38:58 +02:00
Oleksandr Byelkin
c07325f932
Merge branch '10.3' into 10.4
2019-05-19 20:55:37 +02:00
Sergei Golubchik
2400e06946
remove -fno-rtti
2019-05-18 20:34:03 +02:00
Marko Mäkelä
be85d3e61b
Merge 10.2 into 10.3
2019-05-14 17:18:46 +03:00
Marko Mäkelä
26a14ee130
Merge 10.1 into 10.2
2019-05-13 17:54:04 +03:00
Vicențiu Ciorbaru
cb248f8806
Merge branch '5.5' into 10.1
2019-05-11 22:19:05 +03:00
Vicențiu Ciorbaru
5543b75550
Update FSF Address
...
* Update wrong zip-code
2019-05-11 21:29:06 +03:00
Marko Mäkelä
5c3ff5cb93
Merge 10.3 into 10.4
2019-04-02 11:04:54 +03:00
Sergei Golubchik
4e1d3f83b7
Merge branch '10.2' into 10.3
2019-03-29 19:41:41 +01:00
Sergei Golubchik
f2a0c758da
Merge branch '10.1' into 10.2
2019-03-29 10:58:20 +01:00
Sergei Golubchik
b12f14965d
MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either)
...
automatic BuildRequires for source RPM: for every FILEPATH and
"Have library XXX" cached variable, detect what rpm package it comes from
and add it to the list of dependencies.
That is, the source RPM will BuildRequire all those packages that
were found by cmake when the source RPM was built. Presumably, our
CMakeLists.txt won't check for libraries that aren't needed for a build.
It supports libraries/executables/files found with
FIND_LIBRARY
FIND_FILE
FIND_PROGRAM
CHECK_LIBRARY_EXISTS
2019-03-27 22:51:37 +01:00
Marko Mäkelä
8b480df63e
Merge 10.3 into 10.4
2019-03-25 17:18:15 +02:00
Marko Mäkelä
c3a6c683e2
Merge 10.2 into 10.3
2019-03-25 11:03:19 +02:00
Sergei Golubchik
07c3e90210
MDEV-18954 numa dynamic dependency
...
don't link with libnuma in release builds
2019-03-22 15:42:10 +01:00