ITS#3935 tweak sessionlog description

This commit is contained in:
Howard Chu 2005-08-14 08:35:31 +00:00
parent da2c46fe22
commit f4c1eee382
2 changed files with 3 additions and 3 deletions

View file

@ -44,10 +44,10 @@ write operations or more than
time have passed
since the last checkpoint. Checkpointing is disabled by default.
.TP
.B syncprov-sessionlog <size>
.B syncprov-sessionlog <ops>
Specify a session log for recording information about write operations made
on the database. The
.B <size>
.B <ops>
specifies the number of operations that are recorded in the log. All write
operations (except Adds) are recorded in the log.
When using the session log, it is helpful to set an eq index on the

View file

@ -2000,7 +2000,7 @@ static ConfigTable spcfg[] = {
sp_cf_gen, "( OLcfgOvAt:1.1 NAME 'olcSpCheckpoint' "
"DESC 'ContextCSN checkpoint interval in ops and minutes' "
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
{ "syncprov-sessionlog", "size", 2, 2, 0, ARG_INT|ARG_MAGIC|SP_SESSL,
{ "syncprov-sessionlog", "ops", 2, 2, 0, ARG_INT|ARG_MAGIC|SP_SESSL,
sp_cf_gen, "( OLcfgOvAt:1.2 NAME 'olcSpSessionlog' "
"DESC 'Session log size in ops' "
"SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },