Home
last modified time | relevance | path

Searched refs:s_committing (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Dtransaction_test_2pc.cpp38 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
40 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
123 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
152 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
279 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
281 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
H A Dtransaction_test_xa.cpp32 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
234 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
280 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Dtransaction_test_2pc.cpp38 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
40 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
123 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
152 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
279 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
281 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
H A Dtransaction_test_xa.cpp32 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
234 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
280 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
H A Dtransaction_test.cpp83 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
1250 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
1479 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
1642 wsrep::transaction::s_committing) == "committing"); in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Dtransaction_test_2pc.cpp38 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
40 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
123 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
152 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
279 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
281 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
H A Dtransaction_test_xa.cpp32 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
234 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
280 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/test/
H A Dtransaction_test_2pc.cpp38 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
40 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
123 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
152 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
279 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
281 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
H A Dtransaction_test_xa.cpp32 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
234 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
280 BOOST_REQUIRE(tc.state() == wsrep::transaction::s_committing); in BOOST_FIXTURE_TEST_CASE()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/src/
H A Dtransaction.cpp431 state(lock, s_committing); in after_prepare()
447 state() == s_committing || in before_commit()
450 assert((state() != s_committing && state() != s_replaying) || in before_commit()
460 (state() == s_committing || state() == s_prepared)) in before_commit()
467 else if (state() != s_committing && state() != s_prepared) in before_commit()
489 assert((ret == 0 && state() == s_committing) || in before_commit()
531 state(lock, s_committing); in before_commit()
563 assert(state() == s_committing); in ordered_commit()
987 case s_committing: in bf_abort()
1170 state(lock, s_committing); in commit_or_rollback_by_xid()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/src/
H A Dtransaction.cpp431 state(lock, s_committing); in after_prepare()
447 state() == s_committing || in before_commit()
450 assert((state() != s_committing && state() != s_replaying) || in before_commit()
460 (state() == s_committing || state() == s_prepared)) in before_commit()
467 else if (state() != s_committing && state() != s_prepared) in before_commit()
489 assert((ret == 0 && state() == s_committing) || in before_commit()
531 state(lock, s_committing); in before_commit()
563 assert(state() == s_committing); in ordered_commit()
987 case s_committing: in bf_abort()
1170 state(lock, s_committing); in commit_or_rollback_by_xid()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/src/
H A Dtransaction.cpp431 state(lock, s_committing); in after_prepare()
447 state() == s_committing || in before_commit()
450 assert((state() != s_committing && state() != s_replaying) || in before_commit()
460 (state() == s_committing || state() == s_prepared)) in before_commit()
467 else if (state() != s_committing && state() != s_prepared) in before_commit()
489 assert((ret == 0 && state() == s_committing) || in before_commit()
531 state(lock, s_committing); in before_commit()
563 assert(state() == s_committing); in ordered_commit()
987 case s_committing: in bf_abort()
1170 state(lock, s_committing); in commit_or_rollback_by_xid()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/src/
H A Dtransaction.cpp431 state(lock, s_committing); in after_prepare()
447 state() == s_committing || in before_commit()
450 assert((state() != s_committing && state() != s_replaying) || in before_commit()
460 (state() == s_committing || state() == s_prepared)) in before_commit()
467 else if (state() != s_committing && state() != s_prepared) in before_commit()
489 assert((ret == 0 && state() == s_committing) || in before_commit()
531 state(lock, s_committing); in before_commit()
563 assert(state() == s_committing); in ordered_commit()
987 case s_committing: in bf_abort()
1170 state(lock, s_committing); in commit_or_rollback_by_xid()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dtransaction.hpp53 s_committing, enumerator
294 case wsrep::transaction::s_committing: return "committing"; in to_c_string()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dtransaction.hpp53 s_committing, enumerator
294 case wsrep::transaction::s_committing: return "committing"; in to_c_string()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dtransaction.hpp53 s_committing, enumerator
294 case wsrep::transaction::s_committing: return "committing"; in to_c_string()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dtransaction.hpp53 s_committing, enumerator
294 case wsrep::transaction::s_committing: return "committing"; in to_c_string()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dservice_wsrep.cc342 thd->wsrep_trx().state() == wsrep::transaction::s_committing && in wsrep_commit_ordered()
H A Dwsrep_trans_observer.h320 if (thd->wsrep_trx().state() == wsrep::transaction::s_committing) in wsrep_after_commit()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dservice_wsrep.cc351 (thd->wsrep_trx().state() == wsrep::transaction::s_committing || in wsrep_commit_ordered()
H A Dwsrep_trans_observer.h349 if (thd->wsrep_trx().state() == wsrep::transaction::s_committing) in wsrep_after_commit()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dservice_wsrep.cc342 thd->wsrep_trx().state() == wsrep::transaction::s_committing &&
H A Dwsrep_trans_observer.h320 if (thd->wsrep_trx().state() == wsrep::transaction::s_committing)
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dservice_wsrep.cc351 (thd->wsrep_trx().state() == wsrep::transaction::s_committing || in wsrep_commit_ordered()
H A Dwsrep_trans_observer.h349 if (thd->wsrep_trx().state() == wsrep::transaction::s_committing) in wsrep_after_commit()

12