summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-06-18 12:19:25 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2013-06-18 12:19:25 +1000
commit153d3d8c2520ce93c180688dd11eb57bf7e1a464 (patch)
tree95a4223845d4c75f53dd4ec563837462d43200b8
parente7001f482e863b5daeb0984677fab1b7b7a88b71 (diff)
downloadmongo-153d3d8c2520ce93c180688dd11eb57bf7e1a464.tar.gz
Fix a compiler warning in test/format.
-rw-r--r--test/format/format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/format/format.h b/test/format/format.h
index 32aa7ec2b93..3331ddaafed 100644
--- a/test/format/format.h
+++ b/test/format/format.h
@@ -158,8 +158,8 @@ typedef struct {
u_int c_value_min;
u_int c_write_pct;
- uint32_t key_cnt; /* Keys loaded so far */
- uint32_t rows; /* Total rows */
+ uint64_t key_cnt; /* Keys loaded so far */
+ uint64_t rows; /* Total rows */
/*
* We don't want to get to far past the end of the original bulk