summaryrefslogtreecommitdiff
path: root/sql/slave.cc
diff options
context:
space:
mode:
authorunknown <greg@mysql.com>2003-04-24 20:48:54 -0400
committerunknown <greg@mysql.com>2003-04-24 20:48:54 -0400
commitae5e364c19dba6c87e2fed60df1ee4c417e1f893 (patch)
treec36594ab694e521b8b9f7a633e650af1857c88f4 /sql/slave.cc
parent1a01f0ff08b2e22602605d59e009d19500f9fb75 (diff)
downloadmariadb-git-ae5e364c19dba6c87e2fed60df1ee4c417e1f893.tar.gz
Changes from Novell for NetWare platform
include/my_pthread.h: Consolidated NetWare pthread_exit() changes. mysys/mf_path.c: NetWare needs a semicolon path delimiter. mysys/my_pthread.c: Consolidated NetWare pthread_exit() changes. sql/mini_client.cc: Modified to match my_connect(). sql/mysqld.cc: Consolidated NetWare pthread_exit() changes. sql/slave.cc: Consolidated NetWare pthread_exit() changes. sql/sql_load.cc: Stat properites should not be checked here on NetWare.
Diffstat (limited to 'sql/slave.cc')
-rw-r--r--sql/slave.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index 771317f9431..e6215356ad1 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -2355,9 +2355,7 @@ err:
goto slave_begin;
#endif
my_thread_end();
-#ifndef __NETWARE__
pthread_exit(0);
-#endif /* __NETWARE__ */
DBUG_RETURN(0); // Can't return anything here
}
@@ -2500,9 +2498,7 @@ the slave SQL thread with \"SLAVE START\". We stopped at log \
goto slave_begin;
#endif
my_thread_end(); // clean-up before broadcasting termination
-#ifndef __NETWARE__
pthread_exit(0);
-#endif /* __NETWARE__ */
DBUG_RETURN(0); // Can't return anything here
}