summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* Don't create tags for .xz filesMonty2017-06-301-1/+1
|
* Merge branch '10.1' into 10.2Sergei Golubchik2017-05-092-10/+4
|\ | | | | | | | | Revert commit db0917f68f, because the fix for MDEV-12696 is coming from 5.5 and 10.1 in this merge.
| * Merge branch '10.0' 10.1Sergei Golubchik2017-04-282-10/+4
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2017-04-212-10/+4
| | |\
| | | * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-112-10/+4
| | | |\
| | | | * Bug#25144379 MYSQLD PROCESS DOES NOT INCLUDE FULL PATH WHEN STARTING MYSQL ↵Terje Rosten2017-02-131-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SERVER Fix of Bug#25088048 caused paths to be relative, not absolute, this proved to be problematic. Fix is to still ignore current working directory, however switch to using full path of basedir, which is set to parent directory of bin/ directory where mysqld_safe is located. References to legacy tool mysql_print_defaults are removed, only my_print_defaults is used these days. This will also fix: Bug#11745176 (11192) MYSQLD_SAFE ONLY EVALUATES --DEFAULTS-FILE OPTION WHEN IT IS THE FIRST OP Bug#23013510 (80866) MYSQLD_SAFE SHOULD NOT SEARCH $MY_BASEDIR_VERSION/VAR AS DATADIR Bug#25244898 (84173) MYSQLD_SAFE --NO-DEFAULTS & SILENTLY DOES NOT WORK ANY MORE Bug#25261472 (84219) INITSCRIPT ERRORS WHEN LAUCHING MYSQLD_SAFE IN NON DEFAULT BASEDIR Bug#25319392 (84263) MYSQL.SERVER (MYSQL SERVER STARTUP SCRIPT) CAN NOT WORK,AND EXPORT SOME ERROR. Bug#25319457 MYSQLD_SAFE MIGHT FAIL IF $DATADIR HAS TRAILING / Bug#25341981 MYSQLD_SAFE ASSUMES INCORRECT BASEDIR WHEN EXECUTED WITH ABSOLUTE PATH Bug#25356221 (84427) MYSQLD_SAFE FAILS TO START WHEN USING A FIFO FOR LOG-ERROR (REGRESSION) Bug#25365194 (84447) MYSQLD_SAFE DOESN'T CHECK EXISTENCE OF GIVEN BASEDIR PARAMETER Bug#25377815 ERRORS WHILE STARTING MYSQLD_SAFE WITH SYM LINK ENABLED
| | | | * BUG#13788154 INIT.D MYSQL SCRIPT CREATED BY MYSQL SOLARIS PACKAGE FAILS TO ↵Terje Rosten2016-12-062-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RUN DUE TO USE OF PIDOF pidof is Linuxism, prefer pgrep on other UNIX systems.
| | | | * Bug#24707666: DEFAULT SETTING FOR SECURE-FILE-PRIV SHOULD BEArun Kuruvila2016-09-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RESTRICTED IN ALL GA RELEASES Back port of WL#6782 to 5.5 and 5.6. This also includes back port of Bug#20771331, Bug#20741572 and Bug#20770671. Bug#24695274 and Bug#24679907 are also handled along with this.
| | | | * Bug#24464380 PRIVILEGE ESCALATION USING MYSQLD_SAFETerje Rosten2016-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Argument to malloc-lib must be included in restricted list of directories, symlink guards added, and mysqld and mysqld-version options restricted to command line only. Don't redirect errors to stderr.
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-309-55/+36
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-092-32/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, implement MDEV-11027 a little differently from 5.5 and 10.0: recv_apply_hashed_log_recs(): Change the return type back to void (DB_SUCCESS was always returned). Report progress also via systemd using sd_notifyf().
| | * | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.30Vicențiu Ciorbaru2017-03-064-37/+17
| | |\ \ \
| | | * \ \ Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-034-37/+17
| | | |\ \ \ | | | | |/ /
| | | | * | delete the installation warning for CentOS4/RHEL4Sergei Golubchik2017-02-271-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | it went out of support five years ago
| | | | * | MDEV-11789 MariaDB fails to restart after 10.0.29-1.el7 updateSergei Golubchik2017-02-271-5/+4
| | | | | |
| | | | * | MDEV-12074 selinux build failure on Fedora 24Sergei Golubchik2017-02-273-3/+3
| | | | | |
| | | | * | backported build-tags from 10.2 to ensure that 'make tags' works againMonty2017-01-271-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | with xemacs
| * | | | | properly set paths in systemd unit filesChristian Hesse2017-03-073-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use variables in systemd unit file templetes to properly set paths in final systemd unit files.
| * | | | | spelling fixesklemens2017-03-077-10/+10
| | | | | |
| * | | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-032-1/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-11610: support-files/mysql-log-rotate.sh not binlog eitherDaniel Black2017-03-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | For the same reason as removing binlog rotation on Debian.
| | * | | | MDEV-11386: Advance Toochain library cache workaround (temporary)Daniel Black2017-03-021-0/+5
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the way Advance Toolchain before 10.0-3 and 8.0-8 is packaged, shared libraries installed after the library cache advance-toolchain-atX.Y-runtime package aren't updated in /opt/atX.Y/etc/ld.so.cache. This results in mysqld, configured with RUNPATH set to /opt/atX.Y/lib64, resulting in the Advance Toolchain loader being used and if libraries such as jemalloc, libssl or any other library that mysqld uses is installed after Advance Toolchain, these libraries aren't in the cache and therefore won't be found in the RPM postinstall when mysqld is executed by mysql_install_db. Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-104-8/+35
|\ \ \ \ \ | |/ / / /
| * | | | selinux fixes for 10.0->10.1 mergeSergei Golubchik2017-01-173-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | 1. don't put generated files into ${CMAKE_CURRENT_SOURCE_DIR} 2. policy file name must match the module name (Fedora 24 requirement)
| * | | | Post merge review fixesVicențiu Ciorbaru2017-01-176-225/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove duplicate lines from tests * Use thd instead of current_thd * Remove extra wsrep_binlog_format_names * Correctly merge union patch from 5.5 wrt duplicate rows. * Correctly merge SELinux changes into 10.1
| * | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-167-8/+240
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-126-2/+51
| | |\ \ \ | | | |/ /
| | | * | MDEV-11676 Starting service with mysqld_safe_helper fails in SELINUX ↵Sergei Golubchik2017-01-116-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "enforcing" mode compile, and install selinux policy for mysqld_safe_helper on centos6. the policy was created as described in https://mariadb.com/kb/en/mariadb/what-to-do-if-mariadb-doesnt-start/#other-selinux-changes
| | * | | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-7/+1
| | |\ \ \ | | | |/ /
| | | * | Numerous issues in mysqld_safeSergei Golubchik2016-12-221-7/+1
| | | | |
* | | | | Make atomic writes generalSergei Golubchik2017-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Atomic writes are enabled by default - Automatically detect if device supports atomic write and use it if atomic writes are enabled - Remove ATOMIC WRITE options from CREATE TABLE - Atomic write is a device option, not a table options as the table may crash if the media changes - Add support for SHANNON SSD cards
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-291-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-291-1/+1
| | |\ \ \ | | | |/ /
| | | * | mysqld_safe: close stdout and stderrSergei Golubchik2016-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | when they're not needed anymore. Helps when daemonizing it from mysql.init
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-09-111-1/+1
| | | |\ \ | | | | | | | | | | | | | | | | | | 80% reverted
| | | | * | Bug#24464380 PRIVILEGE ESCALATION USING MYSQLD_SAFETerje Rosten2016-08-251-1/+1
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Argument to malloc-lib must be included in restricted list of directories, symlink guards added, and mysqld and mysqld-version options restricted to command line only. Don't redirect errors to stderr.
* | | | | buildbot issuesSergei Golubchik2016-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rpm upgrade fix * update test results * valgrind warning
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-092-9/+37
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-10507: MariaDB 10.1 + wsrep fails to start under systemd post-rebootNirbhay Choubey2016-08-221-1/+2
| | | | | | | | | | | | | | | | | | | | /var/run/mysqld must be created before wsrep recovery.
| * | | | MDEV-10538: MariaDB fails to start without galera_recovery in systemd modeNirbhay Choubey2016-08-222-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Update ExecStartPre scripts to not fail if 'galera_recovery' script is not available.
| * | | | MDEV-10404 - Improved systemd service hardening causes SELinux problemsSergey Vojtovich2016-08-172-2/+4
| | | | | | | | | | | | | | | | | | | | Disabled NoNewPrivileges until SELinux policy is fixed.
| * | | | MDEV-10298: Systemd hardeningCraig Andrews2016-07-122-0/+20
| | | | | | | | | | | | | | | | | | | | Add ProtectSystem=full, NoNewPrivileges=true, PrivateDevices=true, and ProtectHome=true to the systemd units.
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-302-3/+36
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-10004: Galera's pc.recovery process fails in 10.1 with systemdNirbhay Choubey2016-06-272-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Galera recovery process works in two phases. In the first phase, mysqld is started as non-daemon with --wsrep-recover to recover and fetch the last logged global transaction ID. This ID is then used in second phase as the start position (--wsrep-start-position=XX) to start mysqld as daemon. As this process was implemented in mysqld_safe script, the recovery did not work when server was started using systemd. Fixed by introducing a shell script (wsrep_recovery.sh) that mimics the first phase of the recovery process.
| * | | | MDEV-10145: Systemd fails to start mysqld in multi-instance modeNirbhay Choubey2016-06-271-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --defaults-xxx options must be placed before all other options in the command line. Also moved MYSQLD_OPTS at the end so that its options take precedence.
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Fixed failing test cases and compiler warningsMonty2016-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed wait condition in kill_processlist-6619 - Updated Ssl_chiper for openssl tests - Added supression for valgrinds when using libcrypto - Fixed wrong argument to pthread_mutex in server_audit.c when compiling with debug - Adding missing debug_sync_update() to debug_sync.h - Added initializers to some variables and fixed error handling in jsonudf.cpp - Fixed cluster_filter_unpack_varchar which doesn't have a stable index type. - Updated compiler_warnings.supp