List:Commits« Previous MessageNext Message »
From:holyfoot Date:May 2 2006 4:00am
Subject:bk commit into 5.0 tree (holyfoot:1.2109)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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.2109 06/05/02 08:59:49 holyfoot@deer.(none) +1 -0
  Win build fix

  client/mysql_upgrade.c
    1.3 06/05/02 08:59:44 holyfoot@stripped +1 -1
    Win build fix

# 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:	holyfoot
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-5.0.clean

--- 1.2/client/mysql_upgrade.c	Mon May  1 22:14:40 2006
+++ 1.3/client/mysql_upgrade.c	Tue May  2 08:59:44 2006
@@ -307,7 +307,7 @@
     b_read= my_read(check_file, chf_buffer, sizeof(chf_buffer)-1, MYF(0));
     chf_buffer[b_read]= 0;
     my_close(check_file, MYF(0));
-    if (!strcmp(chf_buffer, VERSION))
+    if (!strcmp(chf_buffer, MYSQL_SERVER_VERSION))
     {
       if (opt_verbose)
         puts("mysql_upgrade already done for this version");
Thread
bk commit into 5.0 tree (holyfoot:1.2109)holyfoot2 May