Page MenuHomePhabricator

D13933.diff
No OneTemporary

D13933.diff

diff --git a/native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp b/native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
--- a/native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
+++ b/native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
@@ -519,7 +519,6 @@
DatabaseManager::getQueryExecutor().addOutboundP2PMessages(
messages);
}
- DatabaseManager::getQueryExecutor().captureBackupLogs();
DatabaseManager::getQueryExecutor().commitTransaction();
} catch (std::system_error &e) {
error = e.what();
diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/BaseDataStore.h b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/BaseDataStore.h
--- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/BaseDataStore.h
+++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/BaseDataStore.h
@@ -51,7 +51,6 @@
for (const auto &operation : storeOps) {
operation->execute();
}
- DatabaseManager::getQueryExecutor().captureBackupLogs();
DatabaseManager::getQueryExecutor().commitTransaction();
} catch (const std::exception &e) {
error = e.what();

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 15, 5:29 PM (18 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2494923
Default Alt Text
D13933.diff (1 KB)

Event Timeline