Home
last modified time | relevance | path

Searched refs:wsrep_thd_is_applying (Results 1 – 25 of 50) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dservice_wsrep.cc147 extern "C" my_bool wsrep_thd_is_applying(const THD *thd) in wsrep_thd_is_applying() function
175 status = (wsrep_thd_is_applying(thd) || wsrep_thd_is_toi(thd)); in wsrep_thd_is_BF()
340 if (!ret && wsrep_gtid_mode && !thd->slave_thread && !wsrep_thd_is_applying(thd)) in wsrep_thd_append_key()
414 wsrep_thd_is_applying(thd), in wsrep_report_bf_lock_wait()
H A Dwsrep_trans_observer.h197 wsrep_has_changes(thd), wsrep_thd_is_applying(thd), in wsrep_run_commit_hook()
206 (wsrep_thd_is_applying(thd) && wsrep_is_ordered(thd)))) in wsrep_run_commit_hook()
443 DBUG_ASSERT(wsrep_thd_is_applying(thd)); in wsrep_after_apply()
H A Dwsrep_dummy.cc141 my_bool wsrep_thd_is_applying(const THD*) in wsrep_thd_is_applying() function
H A Dsql_plugin_services.inl176 wsrep_thd_is_applying,
H A Dwsrep_thd.cc259 if (wsrep_thd_is_applying(thd)) in wsrep_rollback_process()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dservice_wsrep.cc147 extern "C" my_bool wsrep_thd_is_applying(const THD *thd) in wsrep_thd_is_applying() function
175 status = (wsrep_thd_is_applying(thd) || wsrep_thd_is_toi(thd)); in wsrep_thd_is_BF()
340 if (!ret && wsrep_gtid_mode && !thd->slave_thread && !wsrep_thd_is_applying(thd)) in wsrep_thd_append_key()
414 wsrep_thd_is_applying(thd), in wsrep_report_bf_lock_wait()
H A Dwsrep_trans_observer.h197 wsrep_has_changes(thd), wsrep_thd_is_applying(thd), in wsrep_run_commit_hook()
206 (wsrep_thd_is_applying(thd) && wsrep_is_ordered(thd)))) in wsrep_run_commit_hook()
443 DBUG_ASSERT(wsrep_thd_is_applying(thd)); in wsrep_after_apply()
H A Dwsrep_dummy.cc141 my_bool wsrep_thd_is_applying(const THD*) in wsrep_thd_is_applying() function
H A Dsql_plugin_services.inl176 wsrep_thd_is_applying,
/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h135 #define wsrep_thd_is_applying(T) wsrep_service->wsrep_thd_is_applying_func(T) macro
194 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
236 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dservice_wsrep.cc148 extern "C" my_bool wsrep_thd_is_applying(const THD *thd) in wsrep_thd_is_applying() function
176 status = (wsrep_thd_is_applying(thd) || wsrep_thd_is_toi(thd)); in wsrep_thd_is_BF()
378 wsrep_thd_is_applying(thd), in wsrep_report_bf_lock_wait()
H A Dwsrep_trans_observer.h194 wsrep_has_changes(thd), wsrep_thd_is_applying(thd), in wsrep_run_commit_hook()
203 (wsrep_thd_is_applying(thd) && wsrep_is_ordered(thd)))) in wsrep_run_commit_hook()
412 DBUG_ASSERT(wsrep_thd_is_applying(thd)); in wsrep_after_apply()
H A Dwsrep_dummy.cc141 my_bool wsrep_thd_is_applying(const THD*) in wsrep_thd_is_applying() function
H A Dsql_plugin_services.inl175 wsrep_thd_is_applying,
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dservice_wsrep.cc148 extern "C" my_bool wsrep_thd_is_applying(const THD *thd)
176 status = (wsrep_thd_is_applying(thd) || wsrep_thd_is_toi(thd));
378 wsrep_thd_is_applying(thd),
H A Dwsrep_trans_observer.h194 wsrep_has_changes(thd), wsrep_thd_is_applying(thd),
203 (wsrep_thd_is_applying(thd) && wsrep_is_ordered(thd))))
412 DBUG_ASSERT(wsrep_thd_is_applying(thd));
H A Dwsrep_dummy.cc141 my_bool wsrep_thd_is_applying(const THD*) in wsrep_thd_is_applying() function
H A Dsql_plugin_services.inl175 wsrep_thd_is_applying,
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h132 #define wsrep_thd_is_applying(T) wsrep_service->wsrep_thd_is_applying_func(T) macro
188 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
230 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h135 #define wsrep_thd_is_applying(T) wsrep_service->wsrep_thd_is_applying_func(T) macro
194 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
236 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h132 #define wsrep_thd_is_applying(T) wsrep_service->wsrep_thd_is_applying_func(T) macro
188 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
230 extern "C" my_bool wsrep_thd_is_applying(const MYSQL_THD thd);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/dict/
H A Ddict0stats_bg.cc189 && !wsrep_thd_is_applying(trx.mysql_thd) in dict_stats_update_if_needed()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/dict/
H A Ddict0stats_bg.cc189 && !wsrep_thd_is_applying(trx.mysql_thd) in dict_stats_update_if_needed()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/dict/
H A Ddict0stats_bg.cc199 && !wsrep_thd_is_applying(trx.mysql_thd) in dict_stats_update_if_needed()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/dict/
H A Ddict0stats_bg.cc199 && !wsrep_thd_is_applying(trx.mysql_thd) in dict_stats_update_if_needed()

12