summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/schema/schema_truncate.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2019-01-10 14:22:58 +1100
committerLuke Chen <luke.chen@mongodb.com>2019-01-10 14:25:45 +1100
commitf52ec67e471c351baad017455d444d8e20818b9a (patch)
tree598ad755349dec1ba7783aa57818800e835b2537 /src/third_party/wiredtiger/src/schema/schema_truncate.c
parent4d0d65fe75169f82da5854c487409d8d1c7993ce (diff)
downloadmongo-f52ec67e471c351baad017455d444d8e20818b9a.tar.gz
Import wiredtiger: fa402fef1974b30ef61770caff58b0eabda97781 from branch mongodb-4.2
ref: 86012f8e40..fa402fef19 for: 4.1.7 WT-4444 Extend cursor operation tracking statistics WT-4483 Improve caching of small updates to large values WT-4505 Add ability to manage when prepared transactions appear in checkpoints WT-4518 Give applications a chance to handle panic before API panic returns WT-4522 Update WiredTiger copyrights to 2019
Diffstat (limited to 'src/third_party/wiredtiger/src/schema/schema_truncate.c')
-rw-r--r--src/third_party/wiredtiger/src/schema/schema_truncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/schema/schema_truncate.c b/src/third_party/wiredtiger/src/schema/schema_truncate.c
index 8eefdc1da5d..40511b0572a 100644
--- a/src/third_party/wiredtiger/src/schema/schema_truncate.c
+++ b/src/third_party/wiredtiger/src/schema/schema_truncate.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2014-2018 MongoDB, Inc.
+ * Copyright (c) 2014-2019 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*