List:Internals« Previous MessageNext Message »
From:tomas Date:November 1 2005 2:00pm
Subject:bk commit into 5.1 tree (tomas:1.1951)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1951 05/11/01 14:59:51 tomas@stripped +1 -0
  corrected prev patch, MAX_FRM_DATA_SIZE is in words

  storage/ndb/src/kernel/blocks/backup/Backup.cpp
    1.27 05/11/01 14:59:38 tomas@stripped +1 -1
    corrected prev patch, MAX_FRM_DATA_SIZE is in words

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-wl2325-5.0

--- 1.26/storage/ndb/src/kernel/blocks/backup/Backup.cpp	2005-11-01 12:43:06 +01:00
+++ 1.27/storage/ndb/src/kernel/blocks/backup/Backup.cpp	2005-11-01 14:59:38 +01:00
@@ -2418,7 +2418,7 @@
     0    // 3M
   };
   const Uint32 maxInsert[] = {
-    MAX_FRM_DATA_SIZE + 2048,
+    (MAX_FRM_DATA_SIZE+3)/4 + 2048,
     //25,      // 100 bytes
     2048,    // 4k
     16*3000, // Max 16 tuples
Thread
bk commit into 5.1 tree (tomas:1.1951)tomas1 Nov