../../../test/checkpoint/checkpointer.c: In function 'get_key_int':
../../../test/checkpoint/checkpointer.c:221: warning: declaration of
'index' shadows a global declaration
/usr/include/strings.h:57: warning: shadowed declaration is here
../../../test/checkpoint/checkpointer.c:237:6: warning: variable
'second_key_int' is used uninitialized whenever '||' condition is true
[-Wsometimes-uninitialized]
* Clean up cursors after verifying a checkpoint.
* Add command line option to use named checkpoints (-c)
* Dump information if key mismatch encountered.
* Use snapshot isolation in worker thread(s)
* Don't open LSM cursors on a checkpoint
* Fix code that does multiple runs in a single test
* Use the WiredTiger rand implementation, rather than our own.
* Handle deadlocks.
This test is designed to transactionally update multiple tables with
identical values. While in parallel executing checkpoints and verifying
that all tables in a checkpoint have identical content.
Supports row, column and LSM table types. Can either select multiple
of the same table type, or a mixture of table types.