build readonlyhash; fix compile error from nightly builds

This commit is contained in:
Sears Russell 2008-12-02 00:33:45 +00:00
parent ddc93caeae
commit 78a72d81f3
2 changed files with 5 additions and 1 deletions

View 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})

View file

@ -53,7 +53,7 @@ int main(int argc, char** argv) {
}
Tcommit(xid);
truncateNow(1);
stasis_truncation_truncate(stasis_log_file, 1);
Tdeinit();
return 0;
}