summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-08-24 13:37:36 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-08-24 13:37:36 -0400
commit1027c6de96d63da81e86b6e6c095fd9a12e3e085 (patch)
tree88354fc0fdeb496385f80ef6f997a8ac37142d31 /dist/stat_data.py
parent34ab5b65923c08c030b03a71bbaff332e1450194 (diff)
downloadmongo-1027c6de96d63da81e86b6e6c095fd9a12e3e085.tar.gz
The cursor's write-generation value is no longer used, it's only set and
then never read. Remove it, along with the __wt_page_write_gen_check() function.
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 7776bb4e699..03b07c6305f 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -320,7 +320,6 @@ dsrc_stats = [
# Transaction statistics
##########################################
Stat('txn_update_conflict', 'update conflicts'),
- Stat('txn_write_conflict', 'write generation conflicts'),
]
dsrc_stats = sorted(dsrc_stats, key=attrgetter('name'))