mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Step 1 of the switch to support configuration with NPTL:
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
This commit is contained in:
@ -324,7 +324,7 @@ do
|
||||
break
|
||||
fi
|
||||
|
||||
if @IS_LINUX@ && test $KILL_MYSQLD -eq 1
|
||||
if @TARGET_LINUX@ && test $KILL_MYSQLD -eq 1
|
||||
then
|
||||
# Test if one process was hanging.
|
||||
# This is only a fix for Linux (running as base 3 mysqld processes)
|
||||
|
Reference in New Issue
Block a user