Commit 2eab6ae6 authored by unknown's avatar unknown

Minor changes from 4.0->4.1 by Novell (Rob Lyon)


netware/mw/mwenv:
  MW environment for 4.1 (add zlib dir, change path)
netware/nwconfigure:
  with-extra-charsets changed to latin1_de
sql/mysqld.cc:
  Removed duplicate call to pthread_exit(0)
parent 9b7ebb92
#! /bin/sh
export MYDEV="F:/mysql"
export MYDEV="F:/mydev"
export MWCNWx86Includes="$MYDEV/libc/include"
export MWNWx86Libraries="$MYDEV/libc/imports;$MYDEV/mw/lib"
export MWNWx86LibraryFiles="libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib"
export MWCNWx86Includes="$MYDEV/libc/include;$MYDEV/zlib-1.1.4"
export MWNWx86Libraries="$MYDEV/libc/imports;$MYDEV/mw/lib;$MYDEV/zlib-1.1.4"
export MWNWx86LibraryFiles="libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;libz.a"
export WINEPATH="$MYDEV/mw/bin"
export PATH="$PATH:$HOME/mysql/mysql-4.0/netware/mw"
export PATH="$PATH:$HOME/mydev/mysql-4.1/netware/mw"
......@@ -14,7 +14,7 @@ CMD="\
./configure --host=i686-pc-netware $* \
--without-docs \
--enable-local-infile \
--with-extra-charsets=all \
--with-extra-charsets=latin1_de \
--prefix=N:/mysql \
"
#rm -f config.cache config.log config.status
......
......@@ -823,7 +823,6 @@ static void __cdecl kill_server(int sig_ptr)
pthread_exit(0); /* purecov: deadcode */
#endif /* __NETWARE__ */
pthread_exit(0); /* purecov: deadcode */
#endif /* EMBEDDED_LIBRARY */
RETURN_FROM_KILL_SERVER;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment