List:Commits« Previous MessageNext Message »
From:jonas Date:March 3 2006 6:17pm
Subject:bk commit into 5.1 tree (jonas:1.2219)
View as plain text  
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
  1.2219 06/03/03 19:17:49 jonas@eel.(none) +1 -0
  ndb dd -
    increase max # of files

  storage/ndb/src/kernel/blocks/pgman.cpp
    1.13 06/03/03 19:17:44 jonas@eel.(none) +1 -1
    ndb dd -
      increase max # of files

# 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:	jonas
# Host:	eel.(none)
# Root:	/home/jonas/src/51-ndb

--- 1.12/storage/ndb/src/kernel/blocks/pgman.cpp	2006-03-01 11:30:29 +01:00
+++ 1.13/storage/ndb/src/kernel/blocks/pgman.cpp	2006-03-03 19:17:44 +01:00
@@ -89,7 +89,7 @@
   m_cleanup_ptr.i = RNIL;
 
   // should be a factor larger than number of pool pages
-  m_data_buffer_pool.setSize(1);
+  m_data_buffer_pool.setSize(16);
   m_page_hashlist.setSize(512);
   
   for (Uint32 k = 0; k < Page_entry::SUBLIST_COUNT; k++)
Thread
bk commit into 5.1 tree (jonas:1.2219)jonas3 Mar