mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Fixed build failure in mysql.spec.sh - linking against the special
patched glibc would force static linking, which does not work with OpenSSL (which is now part of the Max binary) - RPM spec file cleanups - Init script cosmetical fix
This commit is contained in:
@@ -140,7 +140,7 @@ case "$mode" in
|
||||
sleep 1
|
||||
while [ -s $pid_file -a "$flags" != aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ]
|
||||
do
|
||||
[ -z "$flags" ] && echo "Wait for mysqld to exit\c" || echo ".\c"
|
||||
[ -z "$flags" ] && echo -n "Wait for mysqld to exit" || echo -n "."
|
||||
flags=a$flags
|
||||
sleep 1
|
||||
done
|
||||
|
Reference in New Issue
Block a user