Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update wsrep-lib submodule
- Loading branch information
Jan Lindström
committed
Nov 29, 2022
1 parent
8535189
commit c77459f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wsrep-lib
updated
19 files
| +28 −5 | CMakeLists.txt | |
| +1 −1 | cmake/boost.cmake | |
| +1 −1 | dbsim/db_server.hpp | |
| +2 −1 | dbsim/db_storage_engine.hpp | |
| +1 −1 | dbsim/db_tls.hpp | |
| +2 −3 | include/wsrep/client_state.hpp | |
| +1 −1 | include/wsrep/high_priority_service.hpp | |
| +271 −0 | include/wsrep/provider_options.hpp | |
| +1 −1 | include/wsrep/thread.hpp | |
| +1 −2 | include/wsrep/transaction.hpp | |
| +3 −1 | src/CMakeLists.txt | |
| +3 −0 | src/client_state.cpp | |
| +174 −0 | src/config_service_v1.cpp | |
| +30 −0 | src/config_service_v1.hpp | |
| +168 −0 | src/provider_options.cpp | |
| +2 −1 | src/server_state.cpp | |
| +7 −2 | src/transaction.cpp | |
| +2 −0 | test/mock_client_state.hpp | |
| +1 −1 | wsrep-API/v26 |