Vlad Lesin
202316a38f
Merge 10.5 into 10.6
2022-03-07 18:42:47 +03:00
Marko Mäkelä
2dce3bad9c
Merge 10.4 into 10.5
2022-03-07 09:26:50 +02:00
Marko Mäkelä
7b97020d40
Merge 10.3 into 10.4
2022-03-07 09:05:36 +02:00
Marko Mäkelä
02da00a98c
Merge 10.2 into 10.3
2022-03-04 14:29:36 +02:00
Monty
3fd79a04b6
MMDEV-27823 mariadb-install-db --group fails
...
Fixed by not sending --group option to the server (for now)
Reviwer: Sergei Golubchik
2022-03-01 12:54:47 +02:00
Oleksandr Byelkin
f5c5f8e41e
Merge branch '10.5' into 10.6
2022-02-03 17:01:31 +01:00
Oleksandr Byelkin
cf63eecef4
Merge branch '10.4' into 10.5
2022-02-01 20:33:04 +01:00
Oleksandr Byelkin
a576a1cea5
Merge branch '10.3' into 10.4
2022-01-30 09:46:52 +01:00
Oleksandr Byelkin
41a163ac5c
Merge branch '10.2' into 10.3
2022-01-29 15:41:05 +01:00
Monty
e99d3da638
Silence the file-key-management plugin during mysql_install_db
...
This avoids printing the error
"mysqld: file-key-management-filename is not set"
which can happen if the file-key-management pluging is statically compiled
2022-01-27 16:04:58 +02:00
Monty
5acc79d030
Remove --upgrade-info option from mysql_upgrade
...
Removed the option as it safe to always create the file when we have
created the MariaDB data directories. This fixes this issue not only
for debian but for all MariaDB users.
2022-01-27 14:52:08 +02:00
Monty
93a5fb0025
MDEV-27477 Remaining SUSE patches for 10.2+
...
This patch let's you specify not only user to use but also group that
MariaDB should use.
Original patch:
https://github.com/openSUSE/mysql-packaging/blob/master/patches/mysql-patches/mariadb-10.2.3-group.patch
Author: Kristyna Streitova
Reviewer: monty@mariadb.org
2022-01-27 14:43:21 +02:00
Daniel Black
2e81eab29f
MDEV-27607: mysql_install_db to install mysql_upgrade_info
...
For compatibility this is under an extra option --upgrade-info
The goal here is to install a data directory with the required
info to let mysql_upgrade know that an upgrade isn't required.
2022-01-27 10:35:32 +11:00
Marko Mäkelä
51c89849d1
Merge 10.5 into 10.6
2021-11-29 11:39:34 +02:00
Marko Mäkelä
d4cb177603
Merge 10.4 into 10.5
2021-11-29 11:16:20 +02:00
Marko Mäkelä
4da2273876
Merge 10.3 into 10.4
2021-11-29 10:59:22 +02:00
Marko Mäkelä
289721de9a
Merge 10.2 into 10.3
2021-11-29 10:33:06 +02:00
Daniel Black
ef179dadf4
mysql_install_db: remove MySQL references
...
MySQL documentation isn't going to help our
users and we shouldn't refer to it.
2021-11-24 17:19:55 +11:00
Oleksandr Byelkin
6efb5e9f5e
Merge branch '10.5' into 10.6
2021-08-02 10:11:41 +02:00
Oleksandr Byelkin
ae6bdc6769
Merge branch '10.4' into 10.5
2021-07-31 23:19:51 +02:00
Oleksandr Byelkin
7841a7eb09
Merge branch '10.3' into 10.4
2021-07-31 22:59:58 +02:00
Sergei Golubchik
de85e29436
MDEV-25326 mysql_install_db help text incomplete
...
fix it again, in 10.3, after a bad merge in 98e6159892ae
2021-07-15 17:46:47 +02:00
Rucha Deodhar
193bfdd831
MDEV-22010: use executables MariaDB named in scripts
...
As a part of this MDEV following changes were made:
1) Mariadb named executables used instead of mysql named executables in scripts
2) renamed mysql-test-run and mysql-stress-test to mariadb-test-run and
mariadb-stress-test and created a symlink.
2021-06-14 15:10:47 +05:30
Marko Mäkelä
f8665314d4
Merge 10.5 into 10.6
2021-05-10 11:42:04 +03: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
Marko Mäkelä
916b237b3f
Merge 10.5 into 10.6
2021-05-07 15:00:27 +03:00
Nikita Malyavin
3f55c56951
Merge branch bb-10.4-release into bb-10.5-release
2021-05-05 23:57:11 +03:00
Nikita Malyavin
509e4990af
Merge branch bb-10.3-release into bb-10.4-release
2021-05-05 23:03:01 +03:00
Nikita Malyavin
a8a925dd22
Merge branch bb-10.2-release into bb-10.3-release
2021-05-04 14:49:31 +03:00
Sergei Golubchik
883b723d7c
MDEV-25326 mysql_install_db help text incomplete
...
encourage the use of mysql_secure_installation,
that can always set the root password correctly for all root accounts,
no matter how many are there and what the structure of privilege tables is
2021-04-27 18:21:01 +02:00
Daniel Black
4eeea4e212
MDEV-25207 mysql_install_db doesn't create sys schema (fix)
...
Fix for out-of-tree builds.
mysql_sys_schema.sql is a CMAKE_CURRENT_BINARY_DIR file so
use the buildpkgdatadir.
2021-03-20 15:11:02 +11:00
Vladislav Vaintroub
47c8896240
MDEV-25207 mysql_install_db doesn't create sys schema
...
Fix by adding sys schema to cat_sql()
2021-03-20 00:14:45 +01:00
Vladislav Vaintroub
aa2ff62082
MDEV-9077 Use sys schema in bootstrapping, incl. mtr
2021-03-18 08:02:48 +01:00
Oleksandr Byelkin
48b5777ebd
Merge branch '10.4' into 10.5
2020-08-04 17:24:15 +02:00
Oleksandr Byelkin
57325e4706
Merge branch '10.3' into 10.4
2020-08-03 14:44:06 +02:00
Oleksandr Byelkin
c32f71af7e
Merge branch '10.2' into 10.3
2020-08-03 13:41:29 +02:00
Oleksandr Byelkin
ef7cb0a0b5
Merge branch '10.1' into 10.2
2020-08-02 11:05:29 +02:00
Daniel Black
4b97f14a3d
mysql_install_db: help lists --defaults-file twice
...
Removed duplicate.
Also move the --no-defaults option close to the other "default*"
options.
2020-07-24 17:12:48 +10:00
Otto Kekäläinen
7fe2dddb0f
Clean up logcheck.ignore.* configs and unify MariaDB.org links with https
2020-04-23 10:07:07 +03:00
Sergei Golubchik
74a0cde1c6
mysql_install_db always has to pass --user=$user to the mysqld
...
followup for 9d18b624675
strangely enough it only failed upgrade test on eoan
2020-01-19 14:32:29 +01:00
Sergei Golubchik
51a9571256
MDEV-20205 mysql_install_db shouldn't execute chown
...
Make chown error non-fatal. Just print a warning.
2020-01-17 18:14:43 +01:00
Sergei Golubchik
9d18b62467
rpm/deb and auth_pam_tool_dir/auth_pam_tool
...
don't let mysql_install_db set SUID bit for auth_pam_tool in rpm/deb
packages - instead package files with correct permissions and
only fix the ownership of auth_pam_tool_dir (which can only be done
after mysql user is created, so in post-install).
keep old mysql_install_db behavior for bintars
2020-01-17 18:14:43 +01:00
Oleksandr Byelkin
008ee867a4
Merge branch '10.2' into 10.3
2019-12-04 17:46:28 +01:00
Oleksandr Byelkin
f8b5e147da
Merge branch '10.1' into 10.2
2019-12-03 14:45:06 +01:00
Oleksandr Byelkin
117c8146de
Merge branch '5.5' into 10.1
2019-12-03 09:39:53 +01:00
Anel Husakovic
e3d3bbf598
Using variables
instead of values
in mysqld --help documentation would be more accurate
2019-12-02 21:37:01 +01:00
Otto Kekäläinen
b9dea911bf
Extend mysql_instal_db to search plugins also from lib/*/mariadb19/plugin
...
In Debian official the MariaDB plugins (.so files) go to a separate
versioned directory so that upgrades and dependencies will work correctly.
This change extends this script to check the /usr/lib/*/mariadb19/..
directory in addition to what it already does. Without this change
the script fails with:
$ mysql_install_db ...
Cannot change ownership of the '/auth_pam_tool_dir' directory
to the 'mysql' user. Check that you have the necessary permissions and
try again.
2019-09-18 16:11:49 +03:00
Oleksandr Byelkin
2792c6e7b0
Merge branch '10.3' into 10.4
2019-07-28 13:43:26 +02:00