Commit cc0ea20
1 file changed
+1
-1
lines changedSubmodule data_substrate updated 33 files
- core/include/data_substrate.h+1
- core/src/data_substrate.cpp+63
- core/src/log_init.cpp+30-14
- core/src/storage_init.cpp+5-2
- store_handler/data_store_service_client.h+5
- store_handler/eloq_data_store_service/build_eloq_store.cmake+4-1
- store_handler/eloq_data_store_service/data_store_service_config.cpp+1-1
- store_handler/eloq_data_store_service/eloq_store_config.cpp+126-22
- store_handler/eloq_data_store_service/eloq_store_config.h+1
- store_handler/eloq_data_store_service/main.cpp+22-1
- tx_service/include/cc/cc_entry.h+11
- tx_service/include/cc/cc_map.h+6-1
- tx_service/include/cc/cc_page_clean_guard.h+11
- tx_service/include/cc/cc_req_misc.h+4-7
- tx_service/include/cc/cc_request.h+17-1
- tx_service/include/cc/cc_shard.h+11
- tx_service/include/cc/local_cc_shards.h+39-37
- tx_service/include/cc/object_cc_map.h+44-4
- tx_service/include/cc/range_cc_map.h+77-43
- tx_service/include/cc/template_cc_map.h+101-21
- tx_service/include/dead_lock_check.h+3-3
- tx_service/include/fault/fault_inject.h+1-23
- tx_service/include/sharder.h+2
- tx_service/include/tx_index_operation.h+11
- tx_service/src/cc/cc_entry.cpp+24-3
- tx_service/src/cc/cc_req_misc.cpp+22-3
- tx_service/src/cc/cc_shard.cpp+50
- tx_service/src/cc/local_cc_shards.cpp+28-15
- tx_service/src/dead_lock_check.cpp+24-24
- tx_service/src/fault/fault_inject.cpp+41
- tx_service/src/sharder.cpp+5
- tx_service/src/store/snapshot_manager.cpp+3-2
- tx_service/src/tx_operation.cpp+56-19
0 commit comments