Oleksandr Byelkin
8cbb14ef5d
Merge branch '10.1' into 10.2
2019-05-04 17:04:55 +02:00
Sergei Golubchik
3db6de33b2
MDEV-17640 UMASK_DIR configuration for mysql_install_db is not applied to mysql database
...
create mysql and test databases with SQL, not mkdir.
2019-04-24 16:06:54 +02:00
Sergei Golubchik
932e29d4ad
don't run SysV scripts in scriptlets if systemd is used
2019-04-24 16:06:54 +02:00
Sergei Golubchik
61a6f4bd96
MDEV-14560 Extra engines enabled through additional config are not loaded on first installation
...
Use RedHat-recommended /var/lib/rpm-state/mariadb/ for restart flag.
This also fixes SUSE where /var/lib/rpm-state doesn't necessarily exist.
2018-09-22 00:20:25 +02:00
Sergei Golubchik
21d157abaa
MDEV-14560 Extra engines enabled through additional config are not loaded on first installation
...
RPM solution:
Make all server plugins to restart the server when installed.
To avoid multiple server restarts, do it only once in posttrans scriptlet.
Add support for CPACK_RPM_<component>_POST_TRANS_SCRIPT_FILE
2018-09-21 13:31:37 +02:00
Ian Gilfillan
a050189773
MDEV-15474 Update server.cnf section to mariadb-10.2
2018-03-07 17:13:03 +04:00
Sergei Golubchik
da4d71d10d
Merge branch '10.1' into 10.2
2017-03-30 12:48:42 +02:00
Marko Mäkelä
ad0c218a44
Merge 10.0 into 10.1
...
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().
2017-03-09 08:53:08 +02:00
Vicențiu Ciorbaru
c4f3e64c23
Merge branch 'bb-10.0-vicentiu' into 10.0
2017-03-06 21:50:42 +02:00
Marko Mäkelä
adc91387e3
Merge 10.0 into 10.1
2017-03-03 13:27:12 +02:00
Vicențiu Ciorbaru
1acfa942ed
Merge branch '5.5' into 10.0
2017-03-03 01:37:54 +02:00
Daniel Black
659047b820
MDEV-11386: Advance Toochain library cache workaround (temporary)
...
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>
2017-03-02 14:04:08 +04:00
Sergei Golubchik
0a480f03c6
delete the installation warning for CentOS4/RHEL4
...
it went out of support five years ago
2017-02-27 12:35:10 +01:00
Sergei Golubchik
2c354e7468
MDEV-11789 MariaDB fails to restart after 10.0.29-1.el7 update
2017-02-27 12:35:10 +01:00
Sergei Golubchik
713d513624
MDEV-12074 selinux build failure on Fedora 24
2017-02-27 12:35:10 +01:00
Sergei Golubchik
2195bb4e41
Merge branch '10.1' into 10.2
2017-02-10 17:01:45 +01:00
Sergei Golubchik
e79e840607
selinux fixes for 10.0->10.1 merge
...
1. don't put generated files into ${CMAKE_CURRENT_SOURCE_DIR}
2. policy file name must match the module name (Fedora 24 requirement)
2017-01-17 20:16:01 +01:00
Vicențiu Ciorbaru
1e192e901c
Post merge review fixes
...
* 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
2017-01-17 04:16:38 +02:00
Vicențiu Ciorbaru
8e15768731
Merge branch '10.0' into 10.1
2017-01-16 03:18:14 +02:00
Vicențiu Ciorbaru
1c5ca7c183
Merge branch '5.5' into 10.0
2017-01-12 03:37:13 +02:00
Sergei Golubchik
c1a23cd4e5
MDEV-11676 Starting service with mysqld_safe_helper fails in SELINUX "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
2017-01-11 11:55:11 +01:00
Sergei Golubchik
44e799590e
buildbot issues
...
* rpm upgrade fix
* update test results
* valgrind warning
2016-12-13 21:42:30 +01:00
Nirbhay Choubey
3e043b30ac
MDEV-8991: bind-address appears twice in default my.cnf
...
Add comment about bind-address mentioned under galera section.
2015-10-30 12:10:54 -04:00
Sergei Golubchik
937aa7ad77
MDEV-9010 Encryption preset file contains different configuration preset then documentation
...
* clarify the comment in the preset file
* make boolean --aria-encrypt-tables option to work without an argument
2015-10-29 10:46:37 +01:00
Sergey Vojtovich
6346d1de2f
MDEV-427/MDEV-5713 Add systemd script with notify functionality
...
After review/QA fixes.
2015-10-12 17:51:49 +02:00
Daniel Black
20c2ae39db
MDEV-427/MDEV-5713 Add systemd script with notify functionality
2015-10-12 17:51:49 +02:00
Nirbhay Choubey
d39a2f7d11
Update mandatory wsrep configuration options
2015-09-19 09:08:58 -04:00
Sergei Golubchik
416b811a4a
MDEV-8775 enabling encryption is too error-prone
...
create a "preset" file to enable all encryption options at once
2015-09-09 14:22:30 +02:00
Sergei Golubchik
8e7649867f
Merge 10.0-galera into 10.1
2015-02-06 16:14:23 +01:00
Sergei Golubchik
4b21cd21fe
Merge branch '10.0' into merge-wip
2015-01-31 21:48:47 +01:00
Nirbhay Choubey
7cda4bee0e
maria-10.0.16 merge
...
bzr merge -r4588 maria/10.0
2015-01-26 22:54:27 -05:00
Nirbhay Choubey
919825a3ad
MDEV-7368 : SLES: Failed to start mysql.service: Unit
...
mysql.service failed to load
Added 'systemctl daemon-reload' command in postin and
postun rpm scripts.
2015-01-14 18:26:29 -05:00
Nirbhay Choubey
d9d994089f
MDEV-7368 : SLES: Failed to start mysql.service: Unit
...
mysql.service failed to load
Added 'systemctl daemon-reload' command in postin and
postun rpm scripts.
2015-01-14 18:24:23 -05:00
Nirbhay Choubey
236cc6cd49
wsrep-related changes: removed some unnecessary files & minor modifications.
2014-09-25 20:59:15 -04:00
Nirbhay Choubey
023366e6eb
Moved wsrep_slave_threads to optional settings.
2014-09-24 12:17:29 -04:00
Nirbhay Choubey
e207e5fe27
Updated config files:
...
- Removed QC restriction
- Added bind-address
Fixed file permissions for wsrep_sst_rsync.sh.
Removed some unnecessary files.
2014-09-23 14:33:27 -04:00
Jan Lindström
df4dd593f2
MDEV-6247: Merge 10.0-galera to 10.1.
...
Merged lp:maria/maria-10.0-galera up to revision 3879.
Added a new functions to handler API to forcefully abort_transaction,
producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These
were added for future possiblity to add more storage engines that
could use galera replication.
2014-08-26 15:43:46 +03:00
Nirbhay Choubey
746c755d42
MDEV-6495: local merge from maria-5.5-galera.
2014-08-05 19:00:54 -04:00
Nirbhay Choubey
e5cea60933
Local merge of patch for MDEV-3896 from maria-5.5-galera.
2014-07-21 17:27:06 -04:00
Sergei Golubchik
eef1201bcc
set version to 10.1.0
2014-05-25 17:17:50 +02:00
Sergei Golubchik
d3e2e1243b
5.5 merge
2014-05-09 12:35:11 +02:00
Nirbhay Choubey
43a9e65547
MDEV#6132: yum update for MGC-10.0 fails (10.0.7 -> 10.0.10)
...
Fixed the incorrect sed command.
2014-04-17 14:10:22 -04:00
Sergei Golubchik
10740939eb
5.5 merge
2014-03-26 22:25:38 +01:00
Sergei Golubchik
01b1eef23e
MDEV-5831 Upgrade from MariaDB 5.5.36 via yum fails
...
Allow "rpm -q --whatprovides mysql-server" to return more than one row.
(all rows should be identical though)
support-files/rpm/server-prein.sh:
don't use "head -1" or "uniq" to avoid introducing new dependencies.
"sed" is already used in this script.
2014-03-24 20:01:37 +01:00
Sergei Golubchik
64b9b65eb5
MDEV-5986 MariaDB upgrade on CentOS 6 fails due to sed error
...
typo in the rpm server prein scriptlet
2014-04-07 20:41:28 +02:00
Sergei Golubchik
0dc23679c8
10.0-base merge
2014-02-26 15:28:07 +01:00
Sergei Golubchik
cb324d91ad
MDEV-5579 rpm postun scriptlet leaks exit code to rpm
2014-02-17 11:10:03 +01:00
Sergei Golubchik
d28d3ba40d
10.0-base merge
2013-12-16 13:02:21 +01:00
Sergei Golubchik
5e812ee03b
MDEV-5303 rpm post-inst scriptlet creates mysql user with a valid shell
...
create mysql user with /sbin/nologin shell
2013-11-20 12:18:46 +01:00
Sergei Golubchik
4157185f24
10.0-base merge
2013-11-13 23:03:48 +01:00