List:Commits« Previous MessageNext Message »
From:knielsen Date:June 28 2006 1:15pm
Subject:bk commit into 5.0 tree (knielsen:1.2201) BUG#20739
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of knielsen. When knielsen 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.2201 06/06/28 15:15:49 knielsen@stripped +1 -0
  BUG#20739.
  In the Windows build files, the "Max nt" configuration for some reason
  had the mysql_client_test project disabled. Enable it.

  VC++Files/mysql.sln
    1.11 06/06/28 15:15:44 knielsen@stripped +1 -0
    The "Max nt" configuration for some reason had the mysql_client_test
    project disabled. Enable it.

# 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:	knielsen
# Host:	rt.int.sifira.dk
# Root:	/usr/local/mysql/mysql-5.0-rpl

--- 1.10/VC++Files/mysql.sln	2006-06-28 14:25:13 +02:00
+++ 1.11/VC++Files/mysql.sln	2006-06-28 15:15:44 +02:00
@@ -1427,6 +1427,7 @@
 		{DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max.ActiveCfg = Release|Win32
 		{DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max.Build.0 = Release|Win32
 		{DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max nt.ActiveCfg = Release|Win32
+		{DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max nt.Build.0 = Release|Win32
 		{DA224DAB-5006-42BE-BB77-16E8BE5326D5}.nt.ActiveCfg = Release|Win32
 		{DA224DAB-5006-42BE-BB77-16E8BE5326D5}.nt.Build.0 = Release|Win32
 		{DA224DAB-5006-42BE-BB77-16E8BE5326D5}.pro.ActiveCfg = Release|Win32
Thread
bk commit into 5.0 tree (knielsen:1.2201) BUG#20739knielsen28 Jun