Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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@stripped, 2007-03-19 22:41:16+01:00, kent@stripped +3 -0
mysys.vcproj:
Removed accidently added my_winsem.c
make_win_bin_dist:
Corrected test for relwithdebinfo target
mysql.sln:
Specify that comp_err depends on zlib
VC++Files/mysql.sln@stripped, 2007-03-19 21:14:15+01:00, kent@stripped +1 -0
Specify that comp_err depends on zlib
VC++Files/mysys/mysys.vcproj@stripped, 2007-03-19 21:13:24+01:00, kent@stripped +0 -3
Removed accidently added my_winsem.c
scripts/make_win_bin_dist@stripped, 2007-03-19 22:41:03+01:00, kent@stripped +1 -1
Corrected test for relwithdebinfo target
# 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: kent
# Host: kent-amd64.(none)
# Root: /home/kent/bk/tmp/mysql-5.0-release
--- 1.10/scripts/make_win_bin_dist 2007-03-19 22:41:20 +01:00
+++ 1.11/scripts/make_win_bin_dist 2007-03-19 22:41:20 +01:00
@@ -132,7 +132,7 @@
# Adjust target name if needed, release with debug info has another name
# ----------------------------------------------------------------------
-if [ x"$TARGET" = x"release" -a "client/relwithdebinfo/mysql.exe" ]
+if [ x"$TARGET" = x"release" -a -f "client/relwithdebinfo/mysql.exe" ]
then
TARGET="relwithdebinfo"
fi
--- 1.16/VC++Files/mysql.sln 2007-03-19 22:41:20 +01:00
+++ 1.17/VC++Files/mysql.sln 2007-03-19 22:41:20 +01:00
@@ -4,6 +4,7 @@
{EEC1300B-85A5-497C-B3E1-F708021DF859} = {EEC1300B-85A5-497C-B3E1-F708021DF859}
{44D9C7DC-6636-4B82-BD01-6876C64017DF} = {44D9C7DC-6636-4B82-BD01-6876C64017DF}
{FC369DF4-AEB7-4531-BF34-A638C4363BFE} = {FC369DF4-AEB7-4531-BF34-A638C4363BFE}
+ {8762A9B8-72A9-462E-A9A2-F3265081F8AF} = {8762A9B8-72A9-462E-A9A2-F3265081F8AF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dbug", "dbug\dbug.vcproj", "{FC369DF4-AEB7-4531-BF34-A638C4363BFE}"
--- 1.11/VC++Files/mysys/mysys.vcproj 2007-03-19 22:41:20 +01:00
+++ 1.12/VC++Files/mysys/mysys.vcproj 2007-03-19 22:41:20 +01:00
@@ -591,9 +591,6 @@
RelativePath="my_windac.c">
</File>
<File
- RelativePath="my_winsem.c">
- </File>
- <File
RelativePath="my_winthread.c">
</File>
<File
| Thread |
|---|
| • bk commit into 5.0 tree (kent:1.2492) | kent | 19 Mar |