From: kvishwanatha Date: December 14 2005 12:47pm Subject: bk commit into 5.0 tree (bldsql:1.1988) List-Archive: http://lists.mysql.com/commits/148 Message-Id: <200512141247.jBECltDv001426@blr-naas-nwl03.blr.novell.com> Below is the list of changes that have just been committed into a local 5.0 repository of bldsql. When bldsql does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1988 05/12/14 18:17:42 bldsql@stripped +1 -0 To make use of new version of zlib-1.2.3. netware/BUILD/mwenv 1.13 05/12/14 18:17:27 bldsql@stripped +2 -2 To make use of new version of zlib-1.2.3. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: bldsql # Host: blr-naas-nwl03.blr.novell.com # Root: /home/bldsql/bk/mysql-5.0-mainbk --- 1.12/netware/BUILD/mwenv 2005-10-13 20:53:47 +05:30 +++ 1.13/netware/BUILD/mwenv 2005-12-14 18:17:27 +05:30 @@ -6,8 +6,8 @@ # the default is "F:/mydev" export MYDEV="F:/mydev" -export MWCNWx86Includes="$MYDEV/libc/include;$MYDEV/fs64/headers;$MYDEV/zlib-1.1.4;$MYDEV/mysql-VERSION/include;$MYDEV" -export MWNWx86Libraries="$MYDEV/libc/imports;$MYDEV/mw/lib;$MYDEV/fs64/imports;$MYDEV/zlib-1.1.4;$MYDEV/openssl;$MYDEV/mysql-VERSION/netware/BUILD" +export MWCNWx86Includes="$MYDEV/libc/include;$MYDEV/fs64/headers;$MYDEV/zlib-1.2.3;$MYDEV/mysql-VERSION/include;$MYDEV" +export MWNWx86Libraries="$MYDEV/libc/imports;$MYDEV/mw/lib;$MYDEV/fs64/imports;$MYDEV/zlib-1.2.3;$MYDEV/openssl;$MYDEV/mysql-VERSION/netware/BUILD" export MWNWx86LibraryFiles="libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;libz.a;neb.imp;zPublics.imp;knetware.imp" export WINEPATH="$MYDEV/mw/bin"