List:Commits« Previous MessageNext Message »
From:U-ROWVWADEjas Date:October 15 2007 11:12pm
Subject:bk commit into 6.0 tree (jas:1.2654)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of . When  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-10-15 17:11:56-04:00, jas@rowvwade. +1 -0
  Look up blob section before making a terrible mistake
  (Netfrastructure build specific).

  storage/falcon/Table.cpp@stripped, 2007-10-15 17:11:49-04:00, jas@rowvwade. +3 -0
    Look up blob section before making a terrible mistake
    (Netfrastructure build specific).

diff -Nrup a/storage/falcon/Table.cpp b/storage/falcon/Table.cpp
--- a/storage/falcon/Table.cpp	2007-10-15 09:57:59 -04:00
+++ b/storage/falcon/Table.cpp	2007-10-15 17:11:49 -04:00
@@ -958,6 +958,9 @@ int32 Table::getBlobId(Value * value, in
 			;
 		}
 
+	if (!blobSection)
+		blobSection = dbb->findSection(blobSectionId);
+
 	Blob *blob = value->getBlob();
 	int32 recordNumber = dbb->insertStub(blobSectionId, transaction);
 	blob->length();
Thread
bk commit into 6.0 tree (jas:1.2654)U-ROWVWADEjas15 Oct