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
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
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 |
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: {noformat} @@ -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 {noformat} |
Assignee | Sergei Golubchik [ serg ] |
Affects Version/s | 5.5.36 [ 14600 ] |
Fix Version/s | 5.5.37 [ 15000 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 36916 ] | MariaDB v2 [ 42943 ] |
Workflow | MariaDB v2 [ 42943 ] | MariaDB v3 [ 61972 ] |
Workflow | MariaDB v3 [ 61972 ] | MariaDB v4 [ 147655 ] |