• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-4,3602,914

.gitignoreH A D23-Feb-2021101 1110

COPYINGH A D23-Feb-202117.7 KiB340281

README.mdH A D23-Feb-2021142 86

wsrep_api.hH A D23-Feb-202149.5 KiB1,381409

wsrep_dummy.cH A D23-Feb-202112.1 KiB463387

wsrep_gtid.cH A D23-Feb-20212.1 KiB7842

wsrep_loader.cH A D23-Feb-20216.5 KiB240185

wsrep_membership_service.hH A D23-Feb-20213.8 KiB13943

wsrep_thread_service.hH A D23-Feb-202112.3 KiB35687

wsrep_tls_service.hH A D23-Feb-202110.4 KiB32776

wsrep_uuid.cH A D23-Feb-20212.9 KiB9548

README.md

1# Write Set Replication API specification
2
3Building:
4```
5cmake [-DCMAKE_BUILD_TYPE=Debug|Release] . && make [VERBOSE=1]
6```
7in top directory.
8