[MDEV-4508] Ubuntu (possible debian) /etc/init.d/mysql problem Created: 2013-05-10 Updated: 2013-08-28 Resolved: 2013-08-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.29-galera |
| Fix Version/s: | 5.5.32-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
ubuntu 12.04 |
||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Hi, I cannot do: sudo service mysql start --wsrep_cluster_address=gcomm:// Becauase the /etc/init.d/mysql script supplied in mariadb-galera-server-5.5 does not take any mysql options. The /etc/init.d/mysql script, in the start) function calls mysqld_safe like this , line 109: /usr/bin/mysqld_safe > /dev/null 2>&1 & However, it would be great if it could behave like this (From your yum repos) .. : .. which i think is the proper way! Best regards |
| Comments |
| Comment by Johan [ 2013-05-10 ] | |
|
I should also say, i have found this on ubuntu, but perhaps also debian is affected. BR | |
| Comment by Kolbe Kegel (Inactive) [ 2013-05-10 ] | |
|
Oops, I just opened https://mariadb.atlassian.net/browse/MDEV-4509 which is definitely a duplicate of this. The appropriate fix is described in that other report, but I'll repeat it here:
| |
| Comment by Elena Stepanova [ 2013-05-10 ] | |
|
See also | |
| Comment by Rasmus Johansson (Inactive) [ 2013-08-28 ] | |
|
Reopened to be able to move to correct fix version |