Home
last modified time | relevance | path

Searched refs:wsrep_thd_is_BF (Results 1 – 25 of 117) sorted by relevance

12345

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_thd.h40 extern my_bool wsrep_thd_is_BF(THD *thd, my_bool sync);
53 #define wsrep_thd_is_BF(T, S) (0)
H A Dwsrep_dummy.cc20 my_bool wsrep_thd_is_BF(THD *, my_bool) in wsrep_thd_is_BF() function
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_thd.h40 extern my_bool wsrep_thd_is_BF(THD *thd, my_bool sync);
53 #define wsrep_thd_is_BF(T, S) (0) macro
H A Dwsrep_dummy.cc20 my_bool wsrep_thd_is_BF(THD *, my_bool) in wsrep_thd_is_BF() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_thd.h32 extern my_bool wsrep_thd_is_BF(void *thd_ptr, my_bool sync);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_thd.h32 extern my_bool wsrep_thd_is_BF(void *thd_ptr, my_bool sync);
H A Dtable_cache.cc403 wsrep_thd_is_BF(thd, FALSE), in free_table()
404 wsrep_thd_is_BF(table->in_use, FALSE), in free_table()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_dummy.cc20 my_bool wsrep_thd_is_BF(const THD *, my_bool) in wsrep_thd_is_BF() function
H A Dservice_wsrep.cc170 extern "C" my_bool wsrep_thd_is_BF(const THD *thd, my_bool sync) in wsrep_thd_is_BF() function
371 wsrep_thd_is_BF(thd, false) ? "BF" : "normal", in wsrep_report_bf_lock_wait()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_dummy.cc20 my_bool wsrep_thd_is_BF(const THD *, my_bool) in wsrep_thd_is_BF() function
H A Dservice_wsrep.cc170 extern "C" my_bool wsrep_thd_is_BF(const THD *thd, my_bool sync)
371 wsrep_thd_is_BF(thd, false) ? "BF" : "normal",
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_dummy.cc20 my_bool wsrep_thd_is_BF(const THD *, my_bool) in wsrep_thd_is_BF() function
H A Dservice_wsrep.cc169 extern "C" my_bool wsrep_thd_is_BF(const THD *thd, my_bool sync) in wsrep_thd_is_BF() function
407 wsrep_thd_is_BF(thd, false) ? "BF" : "normal", in wsrep_report_bf_lock_wait()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_dummy.cc20 my_bool wsrep_thd_is_BF(const THD *, my_bool) in wsrep_thd_is_BF() function
H A Dservice_wsrep.cc169 extern "C" my_bool wsrep_thd_is_BF(const THD *thd, my_bool sync) in wsrep_thd_is_BF() function
407 wsrep_thd_is_BF(thd, false) ? "BF" : "normal", in wsrep_report_bf_lock_wait()
/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h119 #define wsrep_thd_is_BF(T,S) wsrep_service->wsrep_thd_is_BF_func(T,S) macro
204 extern "C" my_bool wsrep_thd_is_BF(const MYSQL_THD thd, my_bool sync);
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h116 #define wsrep_thd_is_BF(T,S) wsrep_service->wsrep_thd_is_BF_func(T,S) macro
198 extern "C" my_bool wsrep_thd_is_BF(const MYSQL_THD thd, my_bool sync);
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h119 #define wsrep_thd_is_BF(T,S) wsrep_service->wsrep_thd_is_BF_func(T,S) macro
204 extern "C" my_bool wsrep_thd_is_BF(const MYSQL_THD thd, my_bool sync);
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h116 #define wsrep_thd_is_BF(T,S) wsrep_service->wsrep_thd_is_BF_func(T,S) macro
198 extern "C" my_bool wsrep_thd_is_BF(const MYSQL_THD thd, my_bool sync);
/dports/databases/mariadb103-client/mariadb-10.3.34/include/mysql/
H A Dservice_wsrep.h155 #define wsrep_thd_is_BF(T,S) wsrep_service->wsrep_thd_is_BF_func(T,S)
219 my_bool wsrep_thd_is_BF(MYSQL_THD thd, my_bool sync);
/dports/databases/mariadb103-server/mariadb-10.3.34/include/mysql/
H A Dservice_wsrep.h155 #define wsrep_thd_is_BF(T,S) wsrep_service->wsrep_thd_is_BF_func(T,S) macro
219 my_bool wsrep_thd_is_BF(MYSQL_THD thd, my_bool sync);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/lock/
H A Dlock0lock.cc889 if (wsrep_thd_is_BF(trx->mysql_thd, FALSE) && in lock_rec_has_to_wait()
890 wsrep_thd_is_BF(lock2->trx->mysql_thd, TRUE)) { in lock_rec_has_to_wait()
1268 my_bool bf_this = wsrep_thd_is_BF(trx->mysql_thd, FALSE); in wsrep_kill_victim()
1711 wsrep_thd_is_BF(trx->mysql_thd, FALSE)) {
2050 !wsrep_thd_is_BF(trx->mysql_thd, FALSE) &&
2051 !wsrep_thd_is_BF(other_lock->trx->mysql_thd, TRUE)) {
2402 if (wsrep_thd_is_BF(wait_lock->trx->mysql_thd, FALSE) &&
2403 wsrep_thd_is_BF(lock->trx->mysql_thd, TRUE)) {
4024 if (c_lock && wsrep_thd_is_BF(trx->mysql_thd, FALSE)) {
7867 if (wsrep_thd_is_BF(m_start->mysql_thd, TRUE))
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/galera/t/
H A Dgalera_mdl_race.test46 # Unblock the SELECT, to enter wsrep_thd_is_BF
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/galera/t/
H A Dgalera_mdl_race.test46 # Unblock the SELECT, to enter wsrep_thd_is_BF
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/galera/t/
H A Dgalera_mdl_race.test43 # Unblock the SELECT, to enter wsrep_thd_is_BF

12345