List:Commits« Previous MessageNext Message »
From:kent Date:July 22 2006 12:00am
Subject:bk commit into 5.0 tree (kent:1.2231)
View as plain text  
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, 2006-07-22 02:00:33+02:00, kent@stripped +3 -0
  mysqlmanager.vcproj:
    Place mysqlmanager 'pdb' file in 'client_debug' directory
  mysys.vcproj:
    Removed define of __NT__ from 'Debug' target
  mysqld.vcproj:
    Always generate 'pdb' and 'map' files

  VC++Files/mysys/mysys.vcproj@stripped, 2006-07-22 01:35:13+02:00, kent@stripped +1 -1
    Removed define of __NT__ from 'Debug' target

  VC++Files/sql/mysqld.vcproj@stripped, 2006-07-22 01:59:48+02:00, kent@stripped +33 -9
    Always generate 'pdb' and 'map' files

  server-tools/instance-manager/mysqlmanager.vcproj@stripped, 2006-07-22 01:31:45+02:00, kent@stripped +1 -1
    Place mysqlmanager 'pdb' file in 'client_debug' directory

# 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:	c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-5.0-release

--- 1.7/VC++Files/mysys/mysys.vcproj	2006-07-22 02:00:45 +02:00
+++ 1.8/VC++Files/mysys/mysys.vcproj	2006-07-22 02:00:45 +02:00
@@ -22,7 +22,7 @@
 				Optimization="0"
 				OptimizeForProcessor="2"
 				AdditionalIncludeDirectories="../include,../zlib"
-				PreprocessorDefinitions="__NT__;_DEBUG;SAFEMALLOC;SAFE_MUTEX;_WINDOWS;USE_SYMDIR"
+				PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_WINDOWS;USE_SYMDIR"
 				RuntimeLibrary="1"
 				PrecompiledHeaderFile=".\debug/mysys.pch"
 				AssemblerListingLocation=".\debug/"

--- 1.7/VC++Files/sql/mysqld.vcproj	2006-07-22 02:00:45 +02:00
+++ 1.8/VC++Files/sql/mysqld.vcproj	2006-07-22 02:00:45 +02:00
@@ -43,7 +43,10 @@
 				OutputFile="../client_classic/mysqld-nt.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
-				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_classic/mysqld-nt.pdb"
+				GenerateMapFile="TRUE"
+				MapFileName="../client_classic/mysqld-nt.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -104,6 +107,10 @@
 				OutputFile="../client_release/mysqld-max.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_release/mysqld-max.pdb"
+				GenerateMapFile="TRUE"
+				MapFileName="../client_release/mysqld-max.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -164,9 +171,10 @@
 				OutputFile="../client_release/mysqld-max-nt.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
-				ProgramDatabaseFile=".\max_nt/mysqld-max-nt.pdb"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_release/mysqld-max-nt.pdb"
 				GenerateMapFile="TRUE"
-				MapFileName=".\max_nt/mysqld-max-nt.map"
+				MapFileName="../client_release/mysqld-max-nt.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -227,9 +235,10 @@
 				OutputFile="../client_release/mysqld-nt.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
-				ProgramDatabaseFile=".\nt/mysqld-nt.pdb"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_release/mysqld-nt.pdb"
 				GenerateMapFile="TRUE"
-				MapFileName=".\nt/mysqld-nt.map"
+				MapFileName="../client_release/mysqld-nt.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -290,7 +299,10 @@
 				OutputFile="../client_pro/mysqld-nt.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
-				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_pro/mysqld-nt.pdb"
+				GenerateMapFile="TRUE"
+				MapFileName="../client_pro/mysqld-nt.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -350,7 +362,9 @@
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
 				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile=".\debug/mysqld-debug.pdb"
+				ProgramDatabaseFile="../client_debug/mysqld-debug.pdb"
+				GenerateMapFile="TRUE"
+				MapFileName="../client_debug/mysqld-debug.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -411,7 +425,10 @@
 				OutputFile="../client_pro/mysqld.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
-				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_pro/mysqld.pdb"
+				GenerateMapFile="TRUE"
+				MapFileName="../client_pro/mysqld.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -472,7 +489,10 @@
 				OutputFile="../client_classic/mysqld.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
-				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_classic/mysqld.pdb"
+				GenerateMapFile="TRUE"
+				MapFileName="../client_classic/mysqld.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -533,6 +553,10 @@
 				OutputFile="../client_release/mysqld.exe"
 				LinkIncremental="1"
 				SuppressStartupBanner="TRUE"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="../client_release/mysqld.pdb"
+				GenerateMapFile="TRUE"
+				MapFileName="../client_release/mysqld.map"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool

--- 1.6/server-tools/instance-manager/mysqlmanager.vcproj	2006-07-22 02:00:45 +02:00
+++ 1.7/server-tools/instance-manager/mysqlmanager.vcproj	2006-07-22 02:00:45 +02:00
@@ -37,7 +37,7 @@
 				OutputFile="../../client_debug/mysqlmanager.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile="$(OutDir)/mysqlmanager.pdb"
+				ProgramDatabaseFile="../../client_debug/mysqlmanager.pdb"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
Thread
bk commit into 5.0 tree (kent:1.2231)kent22 Jul