Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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, 2008-02-08 15:24:50+01:00, jonas@stripped +1 -0
post merge
storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp@stripped, 2008-02-08 15:24:49+01:00, jonas@stripped +3 -1
post merge
diff -Nrup a/storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp b/storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp
--- a/storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp 2007-09-04 22:23:46 +02:00
+++ b/storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp 2008-02-08 15:24:49 +01:00
@@ -54,7 +54,9 @@ Undo_buffer::alloc_copy_tuple(Local_key*
if(m_first_free == RNIL)
{
Uint32 count;
- page= (UndoPage*)m_mm->alloc_page(RG_DATAMEM, &m_first_free);
+ page= (UndoPage*)m_mm->alloc_page(RG_DATAMEM,
+ &m_first_free,
+ Ndbd_mem_manager::NDB_ZONE_ANY);
if(page == 0)
return 0;
page->m_words_used= 0;
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2716) | jonas | 8 Feb |