From 9c3d7df569998425c55312bfc6a890346762d26e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 28 Mar 2003 14:24:32 -0500 Subject: Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches client/mysql.cc: NetWare only: Remove pthread_yield on large screen results client/mysqldump.c: NetWare only: Remove pthread_yield on large screen results include/my_pthread.h: NetWare only: pthread_cond_timedwait now present in LibC mysys/default.c: Add conditional for NetWare mysys/my_init.c: Changes to netware_init mysys/my_pthread.c: NetWare only: special my_pthread_cond_timedwait no longer needed mysys/thr_mutex.c: NetWare: no need for pthread_mutex_lock calls netware/BUILD/mwenv: Add zlib to environment variables netware/Makefile.am: Add isam/isamchk.def to netware_build_files scripts/make_binary_distribution.sh: Made bin directory files more flexible for alternate platforms, without unnecessary repetition --- mysys/my_init.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'mysys/my_init.c') diff --git a/mysys/my_init.c b/mysys/my_init.c index fa1beaa3e35..60af337e69c 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -387,16 +387,6 @@ static void netware_init() *name = tolower(*name); } } - /* - Set the current working directory to the base directory of the file - name (assuming the binary is in 'base-file-name/bin/' - */ - strmov(cwd, my_progname); - if ((name= strindex(cwd, "/bin/")) != NULL) - { - *name= 0; - chdir(cwd); - } } } #endif /* __NETWARE__ */ -- cgit v1.2.1