List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:January 17 2007 8:49am
Subject:bk commit into 5.0 tree (dfischer:1.2320)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of mysqldev. When mysqldev 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-01-17 09:49:21+01:00, dfischer@stripped +1 -0
  mysql_upgrade.c:
    netware build fix

  client/mysql_upgrade.c@stripped, 2007-01-17 09:49:07+01:00, dfischer@stripped +2 -1
    netware 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:	dfischer
# Host:	suse9-x86.mysql.com
# Root:	/data0/mydev/mysql-5.0.30sp1-build

--- 1.11/client/mysql_upgrade.c	2007-01-17 09:49:29 +01:00
+++ 1.12/client/mysql_upgrade.c	2007-01-17 09:49:29 +01:00
@@ -290,7 +290,7 @@
     goto out;
   }
 
-  if (init_dynamic_string(&buf, NULL, my_getpagesize(), FN_REFLEN))
+  if (init_dynamic_string(&buf, NULL, 8192, FN_REFLEN))
   {
     ret= 1;
     goto error;
@@ -634,3 +634,4 @@
   return ret;
 }
 
+:q
Thread
bk commit into 5.0 tree (dfischer:1.2320)Daniel Fischer17 Jan