build readonlyhash; fix compile error from nightly builds
This commit is contained in:
parent
ddc93caeae
commit
78a72d81f3
2 changed files with 5 additions and 1 deletions
4
src/apps/readOnlyHash/CMakeLists.txt
Normal file
4
src/apps/readOnlyHash/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
ADD_EXECUTABLE(buildTable buildTable.c)
|
||||
TARGET_LINK_LIBRARIES(buildTable ${COMMON_LIBRARIES})
|
||||
ADD_EXECUTABLE(queryTable queryTable.c)
|
||||
TARGET_LINK_LIBRARIES(queryTable ${COMMON_LIBRARIES})
|
|
@ -53,7 +53,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
}
|
||||
Tcommit(xid);
|
||||
truncateNow(1);
|
||||
stasis_truncation_truncate(stasis_log_file, 1);
|
||||
Tdeinit();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue