summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
Commit message (Expand)AuthorAgeFilesLines
* mysql_install_db always has to pass --user=$user to the mysqldSergei Golubchik2020-01-191-10/+10
* MDEV-20205 mysql_install_db shouldn't execute chownSergei Golubchik2020-01-171-3/+3
* rpm/deb and auth_pam_tool_dir/auth_pam_toolSergei Golubchik2020-01-171-9/+9
* Extend mysql_instal_db to search plugins also from lib/*/mariadb19/pluginOtto Kekäläinen2019-09-181-1/+1
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-1/+8
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-1/+8
| |\
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-1/+8
| | |\
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-1/+8
| | | |\
| | | | * Extra comment to mysql_install_dbVicențiu Ciorbaru2019-07-011-0/+2
| | | | * mysql_install_db: assume builddir is dirname0Daniel Black2019-07-011-1/+6
* | | | | Fixed that mariadb-# binaries reads their corresponding entry from my.cnfMonty2019-07-181-1/+7
* | | | | MDEV-19876 pam v2: auth_pam_tool_dir and auth_pam_tool permissions are wrong ...Sergei Golubchik2019-07-021-2/+4
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\ \ | | | | |/
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-3/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-17640 UMASK_DIR configuration for mysql_install_db is not applied to mys...Sergei Golubchik2019-04-241-3/+5
* | | | | Fix echo messageAnel Husakovic2019-05-161-2/+2
* | | | | mysql_install_db: make sure the variable's value is visibleSergei Golubchik2019-02-211-5/+5
* | | | | MDEV-18297 clarify mysql_install_db help textSergei Golubchik2019-02-211-0/+10
* | | | | try harder to link unix_socket plugin staticallySergei Golubchik2019-02-211-1/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-5/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into bb-10.3-mergeOleksandr Byelkin2019-02-191-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-02-191-3/+5
| | |\ \ \ | | | |/ /
| | | * | 1. centos has symlinks /bin->usr/bin and /sbin -> usr/sbin,Oleksandr Byelkin2019-02-191-3/+5
| * | | | dirty mergeOleksandr Byelkin2019-02-071-5/+16
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-5/+16
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-5/+15
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-5/+14
| | | | |\ \ | | | | | |/
| | | | | * MDEV-14580: mysql_install_db elements based on dirname of mysql_install_dbSergei Golubchik2019-01-211-4/+7
| | | | | * MDEV-14580: mysql_install_db elements based on dirname of mysql_install_dbDaniel Black2019-01-211-0/+11
| | | | | * remove duplicated paragraph from mysql_install_db.shAlexander Kuleshov2019-01-161-3/+0
| | * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Fix typo in `--srcdir` option in echo message status of mysql_install_dbAnel Husakovic2018-08-251-1/+1
* | | | | | MDEV-12484 Enable unix socket authentication by defaultSergei Golubchik2019-02-121-11/+16
* | | | | | cleanup: remove reduntant variableSergei Golubchik2019-02-121-2/+0
* | | | | | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-0/+7
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-1/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-1/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-1/+6
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-251-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into bb-10.0-merge-sanjaOleksandr Byelkin2018-07-231-1/+1
| | | | |\ \ | | | | | |/
| | | | | * MDEV-15050 scripts: mysql_install_db.{sh|pl}, mysqld_multi - mysqld is in @sb...Daniel Black2018-07-161-1/+1
| | | * | | Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanjaOleksandr Byelkin2018-07-191-0/+5
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into bb-10.0-mergeOleksandr Byelkin2018-07-171-0/+5
| | | | |\ \ | | | | | |/
| | | | | * Added more help text in case mysql_install_db fails.Michael Widenius2018-06-271-0/+5