diff options
author | joerg@mysql.com <> | 2005-04-20 20:10:28 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-04-20 20:10:28 +0200 |
commit | 48ba5e495666fd5db051c1a1aa9d4d61a85f07c0 (patch) | |
tree | e5a16eb04178034baefbec26ae1481e5d641a208 /scripts/mysqld_safe.sh | |
parent | 49b4af7bf6294c854cbaf8d104e38def2359cd77 (diff) | |
download | mariadb-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.sh | 2 |
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) |