[MDEV-5892] Centos startup script is broken Created: 2014-03-17  Updated: 2014-03-26  Resolved: 2014-03-26

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 5.5.36, 10.0.9
Fix Version/s: 5.5.37, 10.0.10

Type: Bug Priority: Major
Reporter: Rasmus Johansson (Inactive) Assignee: Sergei Golubchik
Resolution: Fixed Votes: 1
Labels: None


 Description   

I received the following bug report + patch:

The Centos startup script in MariaDB 10.0.9 is broken (if basedir !=
datadir).

The patch to fix:

@@ -254,7 +254,7 @@
 
 wait_for_ready () {
 
-  test -n "$socket" && sockopt="--socket=$socket"
+  test -n "$socket" && sockopt="--socket=$datadir/$socket"
 
   i=0
   while test $i -ne $service_startup_timeout ; do



 Comments   
Comment by Elena Stepanova [ 2014-03-17 ]

See also MDEV-5378

Generated at Thu Feb 08 07:07:50 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.