summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-15474 Update server.cnf section to mariadb-10.3Ian Gilfillan2018-03-071-2/+2
|
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-153-25/+23
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-083-25/+23
| |\
| | * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-063-25/+23
| | |\
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-23/+23
| | | |\
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-24/+24
| | | | |\
| | | | | * MDEV-5510: Replace MySQL -> MariaDB in init scriptsDaniel Black2018-01-231-24/+24
| | | | | |
| | | * | | systemd: revert to KillMode=control-group for galeraDaniel Black2018-01-292-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When galera is used we want a stop to kill off not only the mysqld process but the entire process group created by galera to perform sst or wsrep_notify_cmd.`
* | | | | | Remove compiler warningsMonty2018-01-301-0/+5
| | | | | |
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-043-0/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-013-0/+17
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/make_dist.cmake.in mysql-test/r/func_json.result mysql-test/r/ps.result mysql-test/t/func_json.test mysql-test/t/ps.test sql/item_cmpfunc.h
| | * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-223-0/+17
| | |\ \ \ \ | | | |/ / /
| | | * | | Generate and install sysusers and tmpfiles configurationChristian Hesse2017-12-203-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using systemd we can automate creating users and directories. So generate and install the configuration files. Signed-off-by: Vicențiu Ciorbaru <vicentiu@mariadb.org> Small change in cmake/install_layout.cmake compared to original contributor patch to also install SYSTEMD_SYSUSERS and SYSTEMD_TMPFILES directories. The variables were being set, but the loop which defines the final install files was not updated.
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-192-6/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-192-6/+12
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-192-6/+12
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | Follow-up fix to MDEV-14008: Let Field_double::val_uint() silently return 0 on error
| | | * | | MDEV-13809: [service] should [Service] in systemd service filesDaniel Black2017-12-192-4/+6
| | | | | |
| | | * | | MDEV-12128: systemd - add Documentation= directivesDaniel Black2017-12-192-2/+6
| | | | | |
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | apparmor: allow to read /etc/mysql/mariadb.conf.d/*Guido Günther2017-09-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | At least the Debian package reads configuration from there.
* | | | | | Fixed some compiler warningsMichael Widenius2017-08-241-0/+2
| | | | | |
* | | | | | Remove dated my-{size}.cnf filesDaniel Black2017-07-066-1033/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dates on the these files shows they are very dated. Following the sentiments of MDEV-9882 the default values are quite decent so lets remove this old stuff.
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-07-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-041-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Don't create tags for .xz filesMonty2017-06-301-1/+1
| | | | | |
* | | | | | Remove XtraDBMarko Mäkelä2017-06-211-40/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The XtraDB storage engine was already replaced by InnoDB and disabled in MariaDB Server 10.2. Let us remove it altogether to avoid dragging dead code around. Replace some references to XtraDB with references to InnoDB. rpl_get_position_info(): Remove. Remove the mysql-test-run --suite=percona, because it only contains tests specific to XtraDB, many of which were disabled already in earlier MariaDB versions.
* | | | | Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-262-10/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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.
* | | | | | Fixed compiler warnings and warnings from build.tagsMonty2017-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Other things - Ensure that ut_d() is set to EXPR if ut_ad() is DEBUG_ASSERT() If not, we will get a crash in purge_sys_t::~purge_sys_t() as this ut_ad() code expect's that the ut_d() codes has been executed
* | | | | | Simple cleanupsMonty2017-04-071-2/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | - Added file name to error in mysql-test-run - When creating tags, first do it for sql to make it easier to find things in server
* | | | | 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.