Marko Mäkelä
0c0a569028
Merge 10.3 into 10.4
2022-09-20 12:38:25 +03:00
Sergei Golubchik
5af7149ff5
mysql_release: treat alma|rocky as centos|rhel
2022-09-13 16:29:25 +02: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ä
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
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
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ä
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
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
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
Sergei Golubchik
a794db9ade
cmake: remove unused variable
2019-03-22 15:40:30 +01:00
Sergei Golubchik
83de75d66d
try harder to link unix_socket plugin statically
...
fix unix_socket tests to work if unix_socket is a built-in
2019-02-21 15:04:03 +01:00
Oleksandr Byelkin
93ac7ae70f
Merge branch '10.3' into 10.4
2019-02-21 14:40:52 +01:00
Sergei Golubchik
b9f3f06857
MDEV-12484 Enable unix socket authentication by default
...
Change the default authentication for root@localhost to
IDENTIFIED VIA mysql_native_password USING 'invalid' OR unix_socket
which provides secure passwordless login, while still allowing
SET PASSWORD to work as expected.
Also create a second all-privilege account for the user that owns
datadir (and thus has full access to the data anyway).
Compile unix_socket plugin statically into the server.
2019-02-12 19:14:37 +01:00
Oleksandr Byelkin
65c5ef9b49
dirty merge
2019-02-07 13:59:31 +01:00
Marko Mäkelä
a249e57b68
Merge 10.1 into 10.2
...
Temporarily disable a test for
commit 2175bfce3e
because fixing it in 10.2 requires updating libmariadb.
2019-02-03 17:22:05 +02:00
Marko Mäkelä
213ece2f2e
Merge 10.1 into 10.1
...
This is joint work with Oleksandr Byelkin.
2019-02-02 13:00:15 +02:00
Oleksandr Byelkin
c4f97d3cfa
Merge branch '5.5' into 10.0
2019-01-28 20:52:47 +01:00
Sergei Golubchik
2175bfce3e
Crude "auto-load-data-local-infile" mode
...
Disable LOAD DATA LOCAL INFILE suport by default and
auto-enable it for the duration of one query, if the query
string starts with the word "load". In all other cases the application
should enable LOAD DATA LOCAL INFILE support explicitly.
2019-01-27 18:54:12 +01:00
Marko Mäkelä
b006d2ead4
Merge bb-10.2-ext into 10.3
2018-02-15 10:22:03 +02:00
Sergei Golubchik
4771ae4b22
Merge branch 'github/10.1' into 10.2
2018-02-06 14:50:50 +01:00