Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.36, 10.0.9
-
None
-
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
|