From 821569bbc534c5a0c39404668bae7457897b6ca0 Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Tue, 15 Apr 2014 11:41:34 +1000 Subject: Checkpointer test getting closer. 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. --- test/checkpoint/test_checkpoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/checkpoint/test_checkpoint.h') diff --git a/test/checkpoint/test_checkpoint.h b/test/checkpoint/test_checkpoint.h index 5d7e1f13905..9f917084384 100644 --- a/test/checkpoint/test_checkpoint.h +++ b/test/checkpoint/test_checkpoint.h @@ -80,3 +80,4 @@ void end_checkpoints(void); void load(void); void start_checkpoints(void); int start_workers(table_type); +const char *type_to_string(table_type); -- cgit v1.2.1