forked from MariaDB/server
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wsrep-lib to include bf seqno assert
- Loading branch information
1 parent
9dea8c1
commit 2cd52de
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wsrep-lib
updated
17 files
+34 −5 | dbsim/db_client.cpp | |
+0 −1 | dbsim/db_client.hpp | |
+13 −1 | dbsim/db_high_priority_service.cpp | |
+1 −0 | dbsim/db_high_priority_service.hpp | |
+6 −0 | dbsim/db_params.cpp | |
+21 −36 | dbsim/db_params.hpp | |
+16 −0 | dbsim/db_server.cpp | |
+25 −0 | dbsim/db_server.hpp | |
+40 −2 | include/wsrep/client_state.hpp | |
+30 −3 | include/wsrep/provider.hpp | |
+5 −3 | include/wsrep/transaction.hpp | |
+4 −4 | src/client_state.cpp | |
+12 −11 | src/transaction.cpp | |
+19 −5 | src/wsrep_provider_v26.cpp | |
+1 −1 | src/wsrep_provider_v26.hpp | |
+2 −1 | test/mock_provider.hpp | |
+1 −1 | wsrep-API/v26 |