Home
last modified time | relevance | path

Searched refs:remove_fragments (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_storage_service.cc129 int Wsrep_storage_service::remove_fragments() in remove_fragments() function in Wsrep_storage_service
134 int ret= wsrep_schema->remove_fragments(m_thd, in remove_fragments()
H A Dwsrep_storage_service.h39 int remove_fragments();
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_storage_service.cc129 int Wsrep_storage_service::remove_fragments() in remove_fragments() function in Wsrep_storage_service
134 int ret= wsrep_schema->remove_fragments(m_thd, in remove_fragments()
H A Dwsrep_storage_service.h39 int remove_fragments();
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_storage_service.cc129 int Wsrep_storage_service::remove_fragments() in remove_fragments() function in Wsrep_storage_service
134 int ret= wsrep_schema->remove_fragments(m_thd, in remove_fragments()
H A Dwsrep_storage_service.h39 int remove_fragments();
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_storage_service.cc129 int Wsrep_storage_service::remove_fragments() in remove_fragments() function in Wsrep_storage_service
134 int ret= wsrep_schema->remove_fragments(m_thd, in remove_fragments()
H A Dwsrep_storage_service.h39 int remove_fragments();
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/src/
H A Dserver_state.cpp106 bool const remove_fragments(streaming_applier->transaction( in apply_fragment() local
111 if (remove_fragments) in apply_fragment()
116 ret = ret || streaming_applier->remove_fragments(ws_meta); in apply_fragment()
188 ret = ret || streaming_applier->remove_fragments(ws_meta); in commit_fragment()
220 bool const remove_fragments(streaming_applier->transaction(). in rollback_fragment() local
224 if (remove_fragments && in rollback_fragment()
250 if (remove_fragments) in rollback_fragment()
252 high_priority_service.remove_fragments(ws_meta); in rollback_fragment()
1525 high_priority_service.remove_fragments(ws_meta); in close_orphaned_sr_transactions()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/src/
H A Dserver_state.cpp106 bool const remove_fragments(streaming_applier->transaction( in apply_fragment() local
111 if (remove_fragments) in apply_fragment()
116 ret = ret || streaming_applier->remove_fragments(ws_meta); in apply_fragment()
188 ret = ret || streaming_applier->remove_fragments(ws_meta); in commit_fragment()
220 bool const remove_fragments(streaming_applier->transaction(). in rollback_fragment() local
224 if (remove_fragments && in rollback_fragment()
250 if (remove_fragments) in rollback_fragment()
252 high_priority_service.remove_fragments(ws_meta); in rollback_fragment()
1525 high_priority_service.remove_fragments(ws_meta); in close_orphaned_sr_transactions()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/src/
H A Dserver_state.cpp106 bool const remove_fragments(streaming_applier->transaction( in apply_fragment() local
111 if (remove_fragments) in apply_fragment()
116 ret = ret || streaming_applier->remove_fragments(ws_meta); in apply_fragment()
188 ret = ret || streaming_applier->remove_fragments(ws_meta); in commit_fragment()
220 bool const remove_fragments(streaming_applier->transaction(). in rollback_fragment() local
224 if (remove_fragments && in rollback_fragment()
250 if (remove_fragments) in rollback_fragment()
252 high_priority_service.remove_fragments(ws_meta); in rollback_fragment()
1525 high_priority_service.remove_fragments(ws_meta); in close_orphaned_sr_transactions()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/src/
H A Dserver_state.cpp106 bool const remove_fragments(streaming_applier->transaction( in apply_fragment() local
111 if (remove_fragments) in apply_fragment()
116 ret = ret || streaming_applier->remove_fragments(ws_meta); in apply_fragment()
188 ret = ret || streaming_applier->remove_fragments(ws_meta); in commit_fragment()
220 bool const remove_fragments(streaming_applier->transaction(). in rollback_fragment() local
224 if (remove_fragments && in rollback_fragment()
250 if (remove_fragments) in rollback_fragment()
252 high_priority_service.remove_fragments(ws_meta); in rollback_fragment()
1525 high_priority_service.remove_fragments(ws_meta); in close_orphaned_sr_transactions()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dstorage_service.hpp79 virtual int remove_fragments() = 0;
H A Dclient_service.hpp110 virtual int remove_fragments() = 0;
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dstorage_service.hpp79 virtual int remove_fragments() = 0;
H A Dclient_service.hpp110 virtual int remove_fragments() = 0;
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dstorage_service.hpp79 virtual int remove_fragments() = 0;
H A Dclient_service.hpp110 virtual int remove_fragments() = 0;
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dstorage_service.hpp79 virtual int remove_fragments() = 0;
H A Dclient_service.hpp110 virtual int remove_fragments() = 0;
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Dmock_storage_service.hpp48 int remove_fragments() WSREP_OVERRIDE { return 0; } in remove_fragments() function in wsrep::mock_storage_service
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Dmock_storage_service.hpp48 int remove_fragments() WSREP_OVERRIDE { return 0; } in remove_fragments() function in wsrep::mock_storage_service
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Dmock_storage_service.hpp48 int remove_fragments() WSREP_OVERRIDE { return 0; } in remove_fragments() function in wsrep::mock_storage_service
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/test/
H A Dmock_storage_service.hpp48 int remove_fragments() WSREP_OVERRIDE { return 0; } in remove_fragments() function in wsrep::mock_storage_service
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/dbsim/
H A Ddb_storage_service.hpp42 int remove_fragments() override in remove_fragments() function in db::storage_service

1234