summaryrefslogtreecommitdiff
path: root/scripts/mysqld_safe.sh
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2005-04-20 20:10:28 +0200
committerjoerg@mysql.com <>2005-04-20 20:10:28 +0200
commit48ba5e495666fd5db051c1a1aa9d4d61a85f07c0 (patch)
treee5a16eb04178034baefbec26ae1481e5d641a208 /scripts/mysqld_safe.sh
parent49b4af7bf6294c854cbaf8d104e38def2359cd77 (diff)
downloadmariadb-git-48ba5e495666fd5db051c1a1aa9d4d61a85f07c0.tar.gz
Step 1 of the switch to support configuration with NPTL:
Rename 'IS_LINUX' configuration variable to 'TARGET_LINUX'.
Diffstat (limited to 'scripts/mysqld_safe.sh')
-rw-r--r--scripts/mysqld_safe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh
index 308db270828..8a232f4f7f9 100644
--- a/scripts/mysqld_safe.sh
+++ b/scripts/mysqld_safe.sh
@@ -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)