1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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:
joerg@mysql.com
2005-04-20 20:10:28 +02:00
parent 49b4af7bf6
commit 48ba5e4956
6 changed files with 14 additions and 14 deletions

View File

@@ -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)