Below is the list of changes that have just been committed into a local
6.0-falcon 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-08-22 17:40:04-04:00, jas@rowvwade. +1 -0
Change default checkpoint schedule to once per minute.
storage/falcon/ha_falcon.cpp@stripped, 2007-08-22 17:39:57-04:00, jas@rowvwade. +1 -1
Change default checkpoint schedule to once per minute.
# 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: jas
# Host: rowvwade.
# Root: D:/MySQL/mysql-5.1-falcon
--- 1.210/storage/falcon/ha_falcon.cpp 2007-08-22 17:40:20 -04:00
+++ 1.211/storage/falcon/ha_falcon.cpp 2007-08-22 17:40:20 -04:00
@@ -2802,7 +2802,7 @@
static MYSQL_SYSVAR_STR(checkpoint_schedule, falcon_checkpoint_schedule,
PLUGIN_VAR_RQCMDARG| PLUGIN_VAR_READONLY | PLUGIN_VAR_MEMALLOC,
"Falcon checkpoint schedule.",
- NULL, NULL, "7,37 * * * * *");
+ NULL, NULL, "7 * * * * *");
static MYSQL_SYSVAR_STR(scavenge_schedule, falcon_scavenge_schedule,
PLUGIN_VAR_RQCMDARG| PLUGIN_VAR_READONLY | PLUGIN_VAR_MEMALLOC,
| Thread |
|---|
| • bk commit into 6.0-falcon tree (jas:1.2693) | U-ROWVWADEjas | 22 Aug |