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
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
Sergei Golubchik
d4df7bc9b1
Merge branch 'github/10.0' into 10.1
2018-02-02 10:09:44 +01:00