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-04-03 14:21:19+02:00, jonas@stripped +1 -0
update default string memory to 25%
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp@stripped, 2008-04-03 14:21:15+02:00,
jonas@stripped +2 -2
update default string memory to 25%
diff -Nrup a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
--- a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-03-11 09:38:21 +01:00
+++ b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2008-04-03 14:21:15 +02:00
@@ -2151,10 +2151,10 @@ void Dbdict::execREAD_CONFIG_REQ(Signal*
Uint32 sm = 5;
ndb_mgm_get_int_parameter(p, CFG_DB_STRING_MEMORY, &sm);
if (sm == 0)
- sm = 5;
+ sm = 25;
Uint32 sb = 0;
- if (sm < 100)
+ if (sm <= 100)
{
sb = (rps * sm) / 100;
}
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2552) | jonas | 3 Apr |