summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/utilities/util_dump.h
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-06-01 15:34:46 +1000
committerDavid Hows <howsdav@gmail.com>2016-06-01 15:34:51 +1000
commitea04f14087f210114ddd2689fb9ca29441d56a48 (patch)
treea6cf25f8d28372dd4c33086be2b79310406e792d /src/third_party/wiredtiger/src/utilities/util_dump.h
parent8b13ccc77395e153a607e49049323d07d7b7f9da (diff)
downloadmongo-ea04f14087f210114ddd2689fb9ca29441d56a48.tar.gz
Import wiredtiger-wiredtiger-2.8.0-449-gff108d7.tar.gz from wiredtiger branch mongodb-3.4
ref: 6f9a7a4..ff108d7 SERVER-24306 40-second journaling stall from "log files prepared" to checkpoint WT-2268 JSON load incorrect with UNICODE input WT-2597 JSON dump needs LSM tests WT-2673 Stop automatically increasing memory page max WT-2674 simplify metadata file check SERVER-24151 WiredTiger changes for MongoDB 3.3.7
Diffstat (limited to 'src/third_party/wiredtiger/src/utilities/util_dump.h')
-rw-r--r--src/third_party/wiredtiger/src/utilities/util_dump.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/utilities/util_dump.h b/src/third_party/wiredtiger/src/utilities/util_dump.h
new file mode 100644
index 00000000000..e3fd8e6a501
--- /dev/null
+++ b/src/third_party/wiredtiger/src/utilities/util_dump.h
@@ -0,0 +1,11 @@
+/*-
+ * Copyright (c) 2014-2016 MongoDB, Inc.
+ * Copyright (c) 2008-2014 WiredTiger, Inc.
+ * All rights reserved.
+ *
+ * See the file LICENSE for redistribution information.
+ */
+
+#define DUMP_JSON_VERSION_MARKER "WiredTiger Dump Version"
+#define DUMP_JSON_CURRENT_VERSION 1
+#define DUMP_JSON_SUPPORTED_VERSION 1