summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/bt_ovfl.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2019-02-14 10:31:22 +1100
committerLuke Chen <luke.chen@mongodb.com>2019-02-14 10:42:57 +1100
commit1779dc1005a54b12bfbeb08bfbdbed9cffa97992 (patch)
treeaf5bcc15cba9009a713599071ac3337a496ba32a /src/third_party/wiredtiger/src/btree/bt_ovfl.c
parent0cdb86f3cf2bbabe448669598c32297f5ec8214f (diff)
downloadmongo-1779dc1005a54b12bfbeb08bfbdbed9cffa97992.tar.gz
Import wiredtiger: 0c6ba8d8be02dd34a46c3e9533971f1739b6ad8e from branch mongodb-4.2
ref: 92719d6bc9..0c6ba8d8be for: 4.1.9 WT-4053 Add statistic for data handle size WT-4296 Add aggressive mode to sweep server WT-4313 Update query_timestamp documentation for last_checkpoint and recovery timestamp WT-4369 random_directio shouldn't assume children threads wrote any data WT-4433 Enable dynamic compression for snappy WT-4447 Add prototype implementation allowing limiting of IO per subsystem WT-4484 workgen: wtperf.py should store python intermediate files in home directory WT-4489 Store correct timestamp in cells on disk WT-4492 Automate testing of versioned data format WT-4501 Fix a race condition opening/closing the shared cache WT-4533 Upgrade to v3 toolchain for Evergreen tests WT-4546 Add workgen improvements and test files to simulate read and write "storms" WT-4547 Consolidate capacity and block manager bytes written WT-4557 Remove error_prefix from base configuration file, set error_prefix in wt command WT-4559 Create a marker file when a test leaves a database corrupted WT-4561 WiredTiger LSM chunk drop can race with hot backups WT-4562 Coverity: possible divide by zero conn_capacity:434 WT-4569 WT_CONN_DATA_CORRUPTION incorrectly set in Btree verify code. WT-4576 Coverity warning in conn_capacity.c
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/bt_ovfl.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/bt_ovfl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/btree/bt_ovfl.c b/src/third_party/wiredtiger/src/btree/bt_ovfl.c
index 9e608114672..e254a9acf7d 100644
--- a/src/third_party/wiredtiger/src/btree/bt_ovfl.c
+++ b/src/third_party/wiredtiger/src/btree/bt_ovfl.c
@@ -217,7 +217,7 @@ __wt_ovfl_discard(WT_SESSION_IMPL *session, WT_PAGE *page, WT_CELL *cell)
bm = btree->bm;
unpack = &_unpack;
- __wt_cell_unpack(page, cell, unpack);
+ __wt_cell_unpack(session, page, cell, unpack);
/*
* Finally remove overflow key/value objects, called when reconciliation