List:Internals« Previous MessageNext Message »
From:lenz Date:July 29 2005 10:37am
Subject:bk commit into 4.1 tree (lenz:1.2360)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of lenz. When lenz 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.2360 05/07/29 12:37:27 lenz@stripped +1 -0
  - fixed a typo in C++Files/client/mysqlclient_ia64.dsp: ctype-cp963.c -> ctype-cp932.c
    (thanks to JoergB for spotting it)

  VC++Files/client/mysqlclient_ia64.dsp
    1.3 05/07/29 12:37:15 lenz@stripped +1 -1
    - fixed a typo: ctype-cp963.c -> ctype-cp932.c (thanks to JoergB for spotting 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:	lenz
# Host:	metis.lenznet
# Root:	/space/my/mysql-4.1-build

--- 1.2/VC++Files/client/mysqlclient_ia64.dsp	2005-05-24 22:42:38 +02:00
+++ 1.3/VC++Files/client/mysqlclient_ia64.dsp	2005-07-29 12:37:15 +02:00
@@ -151,7 +151,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE="..\strings\ctype-cp963.c"
+SOURCE="..\strings\ctype-cp932.c"
 # End Source File
 # Begin Source File
 
Thread
bk commit into 4.1 tree (lenz:1.2360)lenz29 Jul