Skip to content

Commit

Permalink
update shirakami
Browse files Browse the repository at this point in the history
  • Loading branch information
thawk105 committed Aug 23, 2023
1 parent 934ca2d commit f8a70ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/shirakami
Submodule shirakami updated 23 files
+2 −1 docs/detail_information_for_debug.md
+4 −0 include/shirakami/interface.h
+21 −8 src/concurrency_control/bg_work/bg_commit.cpp
+52 −4 src/concurrency_control/garbage.cpp
+22 −0 src/concurrency_control/include/local_set.h
+11 −12 src/concurrency_control/include/ongoing_tx.h
+1 −19 src/concurrency_control/include/tid.h
+24 −11 src/concurrency_control/interface/delete.cpp
+9 −0 src/concurrency_control/interface/helper.cpp
+1 −1 src/concurrency_control/interface/long_tx/search.cpp
+27 −11 src/concurrency_control/interface/long_tx/termination.cpp
+1 −1 src/concurrency_control/interface/scan.cpp
+153 −21 src/concurrency_control/ongoing_tx.cpp
+20 −0 src/concurrency_control/tid.cpp
+112 −66 test/concurrency_control/anomaly/write_crown/sequent_4t_uncycled_2_test.cpp
+23 −15 test/concurrency_control/function/read_wait/read_wait_two_cascading_dscending_within_epoch_test.cpp
+2 −0 test/concurrency_control/long_tx/insert/long_insert_insert_conflict_diff_epoch_same_key_co_low_high_test.cpp
+1 −1 test/concurrency_control/long_tx/scan/long_open_scan_read_area_2_test.cpp
+1 −1 test/concurrency_control/long_tx/scan/long_open_scan_read_area_test.cpp
+1 −1 test/concurrency_control/long_tx/search/single_long_search_read_area_2_test.cpp
+1 −1 test/concurrency_control/long_tx/search/single_long_search_read_area_test.cpp
+2 −32 test/concurrency_control/ongoing_tx_test.cpp
+72 −0 test/concurrency_control/short_tx/delete_upsert/short_upsert_delete_test.cpp

0 comments on commit f8a70ab

Please sign in to comment.