commit | 5c16cc2f3539593c494c59bac9685f19f6b8fc64 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Apr 02 14:17:12 2019 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Apr 03 12:26:30 2019 -0400 |
tree | 19396360b791b849db9a53ace969b3523f6aaca9 | |
parent | 8891c83e00172c0a59b75d16d8959aa8a0229683 [diff] [blame] |
Fix regression of repo not registering prefixes for previously inserted data Change-Id: I90e47def6219560cdadd281b8f65b16036aa0801 Refs: #4247
diff --git a/src/repo.cpp b/src/repo.cpp index 2bdc833..4a4a8b5 100644 --- a/src/repo.cpp +++ b/src/repo.cpp
@@ -120,6 +120,7 @@ , m_tcpBulkInsertHandle(ioService, m_storageHandle) { this->enableValidation(); + m_storageHandle.notifyAboutExistingData(); } void