Details
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
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
See also
MDEV-5378