Home
last modified time | relevance | path

Searched refs:wsrep_replaying (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_client_service.cc240 ++wsrep_replaying; in will_replay()
248 --wsrep_replaying; in signal_replayed()
249 DBUG_ASSERT(wsrep_replaying >= 0); in signal_replayed()
299 while (wsrep_replaying > 0 && !wsrep_is_bf_aborted(m_thd)) in wait_for_replayers()
H A Dwsrep_mysqld.h308 extern int wsrep_replaying;
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_client_service.cc241 ++wsrep_replaying; in will_replay()
249 --wsrep_replaying; in signal_replayed()
250 DBUG_ASSERT(wsrep_replaying >= 0); in signal_replayed()
300 while (wsrep_replaying > 0 && !wsrep_is_bf_aborted(m_thd)) in wait_for_replayers()
H A Dwsrep_mysqld.h303 extern int wsrep_replaying;
H A Dwsrep_mysqld.cc171 int wsrep_replaying= 0; variable
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_client_service.cc241 ++wsrep_replaying;
249 --wsrep_replaying;
250 DBUG_ASSERT(wsrep_replaying >= 0);
300 while (wsrep_replaying > 0 && !wsrep_is_bf_aborted(m_thd))
H A Dwsrep_mysqld.h303 extern int wsrep_replaying;
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_client_service.cc240 ++wsrep_replaying; in will_replay()
248 --wsrep_replaying; in signal_replayed()
249 DBUG_ASSERT(wsrep_replaying >= 0); in signal_replayed()
299 while (wsrep_replaying > 0 && !wsrep_is_bf_aborted(m_thd)) in wait_for_replayers()
H A Dwsrep_mysqld.h308 extern int wsrep_replaying;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_hton.cc394 (int) wsrep_replaying, (int) thd->wsrep_conflict_state,
398 while (wsrep_replaying > 0 &&
423 wsrep_replaying, (longlong) thd->thread_id,
541 wsrep_replaying++;
543 wsrep_replaying, (longlong) thd->thread_id);
H A Dwsrep_thd.cc295 wsrep_replaying--; in wsrep_replay_sp_transaction()
297 wsrep_replaying, thd->thread_id); in wsrep_replay_sp_transaction()
462 wsrep_replaying--; in wsrep_replay_transaction()
464 wsrep_replaying, (longlong) thd->thread_id); in wsrep_replay_transaction()
H A Dwsrep_mysqld.h251 extern int wsrep_replaying;
H A Dwsrep_mysqld.cc135 int wsrep_replaying= 0; variable
1796 wsrep_replaying++; in wsrep_RSU_begin()
1805 wsrep_replaying--; in wsrep_RSU_begin()
1839 wsrep_replaying--; in wsrep_RSU_end()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_hton.cc394 (int) wsrep_replaying, (int) thd->wsrep_conflict_state, in wsrep_run_wsrep_commit()
398 while (wsrep_replaying > 0 && in wsrep_run_wsrep_commit()
423 wsrep_replaying, (longlong) thd->thread_id, in wsrep_run_wsrep_commit()
541 wsrep_replaying++; in wsrep_run_wsrep_commit()
543 wsrep_replaying, (longlong) thd->thread_id); in wsrep_run_wsrep_commit()
H A Dwsrep_thd.cc295 wsrep_replaying--; in wsrep_replay_sp_transaction()
297 wsrep_replaying, thd->thread_id); in wsrep_replay_sp_transaction()
462 wsrep_replaying--; in wsrep_replay_transaction()
464 wsrep_replaying, (longlong) thd->thread_id); in wsrep_replay_transaction()
H A Dwsrep_mysqld.h251 extern int wsrep_replaying;
H A Dwsrep_mysqld.cc135 int wsrep_replaying= 0; variable
1796 wsrep_replaying++; in wsrep_RSU_begin()
1805 wsrep_replaying--; in wsrep_RSU_begin()
1839 wsrep_replaying--; in wsrep_RSU_end()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_hton.cc386 while (wsrep_replaying > 0 && in wsrep_run_wsrep_commit()
416 wsrep_replaying, thd->thread_id, in wsrep_run_wsrep_commit()
516 wsrep_replaying++; in wsrep_run_wsrep_commit()
518 wsrep_replaying, thd->thread_id); in wsrep_run_wsrep_commit()
H A Dwsrep_thd.cc236 wsrep_replaying--; in wsrep_replay_sp_transaction()
238 wsrep_replaying, thd->thread_id); in wsrep_replay_sp_transaction()
388 wsrep_replaying--; in wsrep_replay_transaction()
390 wsrep_replaying, thd->thread_id); in wsrep_replay_transaction()
H A Dwsrep_mysqld.h308 extern int wsrep_replaying;
H A Dwsrep_mysqld.cc1455 wsrep_replaying++; in wsrep_RSU_begin()
1464 wsrep_replaying--; in wsrep_RSU_begin()
1498 wsrep_replaying--; in wsrep_RSU_end()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_hton.cc408 while (wsrep_replaying > 0 && in wsrep_run_wsrep_commit()
437 wsrep_replaying, thd->thread_id(), in wsrep_run_wsrep_commit()
554 wsrep_replaying++; in wsrep_run_wsrep_commit()
556 wsrep_replaying, thd->thread_id()); in wsrep_run_wsrep_commit()
H A Dwsrep_thd.cc257 wsrep_replaying--; in wsrep_replay_sp_transaction()
259 wsrep_replaying, thd->thread_id()); in wsrep_replay_sp_transaction()
421 wsrep_replaying--; in wsrep_replay_transaction()
423 wsrep_replaying, thd->thread_id()); in wsrep_replay_transaction()
H A Dwsrep_mysqld.h318 extern int wsrep_replaying;
H A Dwsrep_mysqld.cc1548 wsrep_replaying++; in wsrep_RSU_begin()
1558 wsrep_replaying--; in wsrep_RSU_begin()
1593 wsrep_replaying--; in wsrep_RSU_end()

12