Sergei Golubchik
d775ecdd01
MDEV-8543 mysql.server script not correctly handle --pid-file.
2015-10-28 13:13:45 +01:00
Daniel Black
3723c70a30
MDEV-426: systemd PermissionsStartOnly=true by default
...
mariadb-service-convert during migration can create a file containing
ExecStartPre=/usr/sbin/sysctl -q -w vm.drop_caches=3 if the users my.cnf
contains [mysqld_safe] flush_caches. This sysctl entry change requires root
access. No existing ExecStartPre requires execution requires execution
as another user.
There is a comment in the mariadb{,@}.service.in that indicates
mysqld_install which would require -u mysql to explicity change user to
mysql from root since PermissionsStartOnly=true.
Otherwise the following error would be generated:
Oct 14 07:38:38 spaceman systemd[1]: Starting MariaDB database server...
-- Subject: Unit mariadb.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit mariadb.service has begun starting up.
Oct 14 07:38:38 spaceman sysctl[10089]: sysctl: permission denied on key 'vm.drop_caches'
Oct 14 07:38:38 spaceman systemd[1]: mariadb.service: control process exited, code=exited status=255
Oct 14 07:38:38 spaceman systemd[1]: Failed to start MariaDB database server.
2015-10-14 12:45:59 +02:00
Nirbhay Choubey
fd68a7dac6
Merge tag 'mariadb-5.5.46' into 5.5-galera
2015-10-13 14:42:36 -04: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
Sergei Golubchik
cfeedbfd3e
Merge branch '5.5' into 10.0
2015-10-09 17:12:26 +02:00
Sergei Golubchik
82e9f6d948
Merge remote-tracking branch 'mysql/5.5' into 5.5
2015-10-08 22:54:24 +02:00
Sergei Golubchik
6b0b1941bf
fix installation location for policy files
2015-10-05 17:27:13 +02:00
Nirbhay Choubey
4d33f9dca0
Merge branch '5.5-galera' into 10.0-galera
2015-09-25 14:57:56 -04:00
Nirbhay Choubey
d39a2f7d11
Update mandatory wsrep configuration options
2015-09-19 09:08:58 -04:00
Nirbhay Choubey
fd1b2e486a
MDEV-8803: Debian jessie 8.2 + MariaDB 10.1.7 + GaleraCluster
...
* Merge fix for issue #127 from mysql-wsrep (commit : a0ba0d7)
* Also, cherry-picked a similar fix for OpenSUSE (commit : 7790cb1)
2015-09-15 17:07:41 -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
b6776b3ca5
package new SELinux/AppArmor policies instead of old ones
2015-09-04 10:32:02 +02:00
Balasubramanian Kandasamy
b1895fb8c9
Bug#21527467 - RPM SCRIPTS FAIL WITH MULTIPLE DATADIR
2015-08-26 19:29:00 +02:00
Monty
dfac82e44d
Fixed failing tests and compiler warnings
...
- UNINIT_VAR() was required for 4.8.3 on openSUSE 13.2
2015-08-18 11:18:58 +03:00
Nirbhay Choubey
46024098be
Merge tag 'mariadb-10.0.20' into 10.0-galera
2015-06-21 23:54:55 -04:00
Nirbhay Choubey
327409443f
Merge tag 'mariadb-5.5.44' into 5.5-galera
2015-06-21 21:50:43 -04:00
Sergei Golubchik
810cf362ea
Merge branch '5.5' into 10.0
2015-06-11 20:20:35 +02:00
Sergei Golubchik
f84f577aa1
Merge tag 'mysql-5.5.44' into bb-5.5-serg
2015-06-05 02:06:51 +02:00
Balasubramanian Kandasamy
4409bc9d9e
Bug#20734434 - SPELLING ERROR \"EMDEDDED\" IN RPM SPEC FILES
...
- Updated emdedded to embedded
2015-03-24 12:55:43 +01:00
Sergei Golubchik
2db62f686e
Merge branch '10.0' into 10.1
2015-03-07 13:21:02 +01:00
Nirbhay Choubey
860576f416
Merge branch '10.0' into 10.0-galera
...
Merge branch 10.0 till revision:
f37bdd9 - Merge remote-tracking branch 'github/10.0' into 10.0
Conflicts:
.bzrignore
storage/xtradb/CMakeLists.txt
2015-02-18 18:07:45 -05:00
Nirbhay Choubey
3c9137deeb
Merge branch '5.5' into 5.5-galera
...
Merge banch 5.5 till revision :
fdd6c11 - MDEV-7419 Function cli_safe_read not exported
Conflicts:
.bzrignore
debian/dist/Debian/mariadb-galera-server-5.5.files.in
debian/dist/Ubuntu/mariadb-galera-server-5.5.files.in
storage/tokudb/CMakeLists.txt
support-files/build-tags
2015-02-18 17:15:57 -05:00
Sergei Golubchik
d7e7862364
Merge branch '5.5' into 10.0
2015-02-18 15:16:27 +01:00
Sergei Golubchik
5dce6aa1fe
Merge remote-tracking branch 'bzr/5.5' into bb-5.5-merge
2015-02-12 13:14:55 +01:00
Sergei Golubchik
8e80f91fa3
Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42
2015-02-11 23:50:40 +01:00
Monty
3a3ec744b5
cleanups done as part of adding encryption
...
- Fixed compiler warnings
- Added include/wait_for_binlog_checkpoint.inc, as suggested by JonasO
- Updated 'build-tags' to work with git (Patch by Serg)
2015-02-10 10:21:16 +01:00
Sergei Golubchik
a34fd50ce1
MDEV-7478 log-basename unpredictable behavior in standalone mode
...
* fix /etc/init.d/mysql to use log-basename for pid-filename
* fix mysqld_safe not to force logging-to-file when log-basename is specified
2015-02-09 20:53:36 +01: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
Sergei Golubchik
d9c01e4b4a
5.5 merge
2015-01-21 12:03:02 +01: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
eda3db826f
Merge revisions from maria/5.5 (5.5.41)
...
bzr merge -r4393 lp:maria/5.5
2014-12-22 20:09:25 -05:00
Nirbhay Choubey
96e505e4b7
MDEV-7319 : Galera bootstrap (/etc/init.d/mysql bootstrap)
...
returns code 0 on failure
Modified init script to return with proper exit status for
bootstrap command. [Based on Kenny Rasschaert's suggestion]
2014-12-20 19:58:54 -05:00
Nirbhay Choubey
cb47155c68
MDEV-7319 : Galera bootstrap (/etc/init.d/mysql bootstrap)
...
returns code 0 on failure
Modified init script to return with proper exit status for
bootstrap command. [Based on Kenny Rasschaert's suggestion]
2014-12-20 19:49:04 -05:00
Sergei Golubchik
a978bdda1e
mysql-5.5.41 merge
2014-12-19 11:35:44 +01:00
Nirbhay Choubey
3bb02f3e6d
bzr merge -rtag:mariadb-10.0.15 maria/10.0
2014-12-05 12:33:02 -05:00
Tor Didriksen
dd4f852953
Bug#20009543 SUPPORT-FILES/BUILD-TAGS TRANSITION TO GIT
...
Use 'git ls-files' to find source files for etags.
2014-11-12 11:11:10 +01:00
Balasubramanian Kandasamy
b821be7df5
Rpm 4.9 and newer is more strict regarding weekday in %changelog
2014-10-23 06:56:47 +02:00
Balasubramanian Kandasamy
5057f47ed9
Rpm 4.9 and newer is more strict regarding weekday in %changelog
2014-10-23 06:56:47 +02:00
Balasubramanian Kandasamy
54fd994a5d
Fix changelog entries build failure
2014-10-21 16:19:47 +02:00
Balasubramanian Kandasamy
347234db90
Fix changelog entries build failure
2014-10-21 16:19:47 +02:00
Sergei Golubchik
f62c12b405
Merge 10.0.14 into 10.1
2014-10-15 12:59:13 +02:00
Sergei Golubchik
5ca5f92a1d
MDEV-5749 Please add a .pc file to MariaDB for easy use via pkg-config
2014-10-11 18:53:06 +02:00
Sergei Golubchik
7f5e51b940
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
...
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
2014-10-11 18:53:06 +02:00
Nirbhay Choubey
068fb8569f
bzr merge -rtag:mariadb-5.5.40 maria/5.5
2014-10-09 17:25:08 -04:00
Sergei Golubchik
1b75bed00f
5.5.40+ merge
2014-10-09 10:30:11 +02:00
Sergei Golubchik
dbda20caff
remove mariadb.pc file again, it cannot be added in a GA version
2014-10-08 09:35:00 +02:00