summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/api_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/api_strerror.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/api_strerror.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/conn/api_strerror.c b/src/third_party/wiredtiger/src/conn/api_strerror.c
index 63f982deb07..fd488c02f80 100644
--- a/src/third_party/wiredtiger/src/conn/api_strerror.c
+++ b/src/third_party/wiredtiger/src/conn/api_strerror.c
@@ -38,6 +38,8 @@ __wt_wiredtiger_error(int error)
return ("WT_RUN_RECOVERY: recovery must be run to continue");
case WT_CACHE_FULL:
return ("WT_CACHE_FULL: operation would overflow cache");
+ case WT_PREPARE_CONFLICT:
+ return ("WT_PREPARE_CONFLICT: conflict with a prepared update");
}
/* Windows strerror doesn't support ENOTSUP. */