Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2839 05/04/08 23:48:33 jon@stripped +1 -0
Cluster: Incorrect result from calculation of
TimeBetweenLocalCheckpoints parameter.
(Fixes Support Issue #5045.)
Docs/manual.texi
1.2676 05/04/08 23:48:28 jon@stripped +5 -4
Cluster: Incorrect result from calculation of
TimeBetweenLocalCheckpoints parameter.
(Fixes Support Issue #5045.)
# 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: jon
# Host: gigan.site
# Root: /home/jon/bk/mysqldoc
--- 1.2675/Docs/manual.texi 2005-04-08 05:57:05 +10:00
+++ 1.2676/Docs/manual.texi 2005-04-08 23:48:28 +10:00
@@ -73544,9 +73544,10 @@
The size of all write operations executed since the start of the previous
local checkpoints is added. This parameter is also exceptional in that it is
-specified as the logarithm of the number of 4-byte words, so the default value
-20 means 4MB (4 times 2 ^ 21) of write operations, 21 would mean 8MB and so
-forth up until the maximum value 31 which means 8GB of write operations.
+specified as the base-2 logarithm of the number of 4-byte words, so that the
+default value 20 means 4MB (4 * (2 ^ 20)) of write operations, 21 would mean
+8MB, and so on up to a maximum value of 31, which equates to 8GB of write
+operations.
All the write operations in the cluster are added together. Setting
@code{TimeBetweenLocalCheckpoints} to 6 or less means that local checkpoints
@@ -114927,7 +114928,7 @@
TIMESTAMP columns don't update
@item (Bug #8753)
Invalid schema object version after dropping index (crash fixed, currently retry required)
-@item (Bug #8557)
+@item (Bug #8557)
ndbd does not get same nodeid on restart
@item (Bug #8556)
corrupt ndb_mgm show printout for certain configurations
| Thread |
|---|
| • bk commit - mysqldoc tree (jon:1.2839) | jon | 8 Apr |