From: kvishwanatha Date: December 19 2005 8:55am Subject: bk commit into 5.0 tree (bldsql:1.1983) List-Archive: http://lists.mysql.com/commits/235 Message-Id: <200512190855.jBJ8tpqd011778@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.1983 05/12/19 14:25:40 bldsql@stripped +1 -0 Changes done to the local tree. To make use of zlib-1.2.3. netware/BUILD/mwenv 1.13 05/12/19 14:25:21 bldsql@stripped +2 -2 Changes done to the local tree. To make use 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-test --- 1.12/netware/BUILD/mwenv 2005-10-13 20:53:47 +05:30 +++ 1.13/netware/BUILD/mwenv 2005-12-19 14:25:21 +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"