From: Date: March 20 2006 12:02pm Subject: bk commit into 5.1 tree (tomas:1.1991) BUG#14028 List-Archive: http://lists.mysql.com/commits/3963 X-Bug: 14028 Message-Id: <20060320110239.4C40E814D2@poseidon.mysql.com> 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.1991 06/03/20 12:02:27 tomas@stripped +1 -0 Bug #14028 [Data Loss] NDB node crashes during backup if a BLOB is inserted and deleted storage/ndb/src/kernel/blocks/backup/Backup.cpp 1.29 06/03/20 12:02:21 tomas@stripped +2 -3 Bug #14028 [Data Loss] NDB node crashes during backup if a BLOB is inserted and deleted # 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/wl2325-alcatel --- 1.28/storage/ndb/src/kernel/blocks/backup/Backup.cpp 2006-01-18 10:28:20 +01:00 +++ 1.29/storage/ndb/src/kernel/blocks/backup/Backup.cpp 2006-03-20 12:02:21 +01:00 @@ -2424,8 +2424,7 @@ }; const Uint32 maxInsert[] = { (MAX_FRM_DATA_SIZE+3)/4 + 2048, - //25, // 100 bytes - 2048, // 4k + 4096, // 4k 16*3000, // Max 16 tuples }; Uint32 minWrite[] = { @@ -3231,7 +3230,7 @@ trigPtr.p->tab_ptr_i = tabPtr.i; trigPtr.p->logEntry = 0; trigPtr.p->event = j; - trigPtr.p->maxRecordSize = 2048; + trigPtr.p->maxRecordSize = 4096; trigPtr.p->operation = &ptr.p->files.getPtr(ptr.p->logFilePtr)->operation; trigPtr.p->operation->noOfBytes = 0;