fix 'the the'

This commit is contained in:
Mike Demmer 2005-03-25 21:24:46 +00:00
parent 4c043451b4
commit 276c503f45

View file

@ -1030,7 +1030,7 @@ or ``big locks'' (which drastically reduce concurrency) for multi-page updates.
A common optimization for TPC benchmarks is to provide hand-built A common optimization for TPC benchmarks is to provide hand-built
operations that support adding/subtracting from an account. Such operations that support adding/subtracting from an account. Such
operations improve concurrency since they can be reordered and can be operations improve concurrency since they can be reordered and can be
easily made into nested top actions (since the the logical undo is easily made into nested top actions (since the logical undo is
trivial). Here we show how increment/decrement map onto \yad operations. trivial). Here we show how increment/decrement map onto \yad operations.
First, we define the operation-specific part of the log record: First, we define the operation-specific part of the log record: