summaryrefslogtreecommitdiff
path: root/src/schema
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-06-25 15:28:19 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-06-25 15:28:19 +1000
commit01e822b1ae029636958e03ba89d2f5594243f3ca (patch)
treee9cb55283a74d08fc742465df3878eefe1fcd6cc /src/schema
parent8f7da9ac596ed295228a792383bd5c03da205843 (diff)
downloadmongo-01e822b1ae029636958e03ba89d2f5594243f3ca.tar.gz
Revert "SERVER-18838 flush WT metadata during create/drop so we don't see missing files after a crash."
This reverts commit 5c4878f7cfa3cdf13cd11025803e6c3305fc6c60.
Diffstat (limited to 'src/schema')
-rw-r--r--src/schema/schema_drop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/schema/schema_drop.c b/src/schema/schema_drop.c
index 4071f481ecd..d5d8acd5321 100644
--- a/src/schema/schema_drop.c
+++ b/src/schema/schema_drop.c
@@ -38,9 +38,6 @@ __drop_file(
if (!remove_files)
return (ret);
- /* Make sure the metadata is flushed before removing the file. */
- WT_TRET(__wt_metadata_sync(session));
-
/*
* Remove the underlying physical file. There is no point tracking this
* operation: there is no going back from here.