Home
last modified time | relevance | path

Searched refs:wsrep_thd_order_before (Results 1 – 20 of 20) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_dummy.cc119 my_bool wsrep_thd_order_before(const THD*, const THD *) in wsrep_thd_order_before() function
H A Dsql_plugin_services.inl169 wsrep_thd_order_before,
H A Dservice_wsrep.cc275 extern "C" my_bool wsrep_thd_order_before(const THD *left, const THD *right) in wsrep_thd_order_before() function
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_dummy.cc119 my_bool wsrep_thd_order_before(const THD*, const THD *) in wsrep_thd_order_before() function
H A Dsql_plugin_services.inl169 wsrep_thd_order_before,
H A Dservice_wsrep.cc275 extern "C" my_bool wsrep_thd_order_before(const THD *left, const THD *right)
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_dummy.cc119 my_bool wsrep_thd_order_before(const THD*, const THD *) in wsrep_thd_order_before() function
H A Dsql_plugin_services.inl170 wsrep_thd_order_before,
H A Dservice_wsrep.cc274 extern "C" my_bool wsrep_thd_order_before(const THD *left, const THD *right) in wsrep_thd_order_before() function
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_dummy.cc119 my_bool wsrep_thd_order_before(const THD*, const THD *) in wsrep_thd_order_before() function
H A Dsql_plugin_services.inl170 wsrep_thd_order_before,
H A Dservice_wsrep.cc274 extern "C" my_bool wsrep_thd_order_before(const THD *left, const THD *right) in wsrep_thd_order_before() function
/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h129 #define wsrep_thd_order_before(L,R) wsrep_service->wsrep_thd_order_before_func(L,R) macro
215 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h126 #define wsrep_thd_order_before(L,R) wsrep_service->wsrep_thd_order_before_func(L,R) macro
209 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h129 #define wsrep_thd_order_before(L,R) wsrep_service->wsrep_thd_order_before_func(L,R) macro
215 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h126 #define wsrep_thd_order_before(L,R) wsrep_service->wsrep_thd_order_before_func(L,R) macro
209 extern "C" my_bool wsrep_thd_order_before(const MYSQL_THD left, const MYSQL_THD right);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/lock/
H A Dlock0lock.cc659 if (wsrep_thd_order_before(lock_trx->mysql_thd, trx->mysql_thd) in wsrep_assert_no_bf_bf_wait()
1062 || wsrep_thd_order_before(trx->mysql_thd, lock_trx->mysql_thd)) { in wsrep_kill_victim()
1380 && wsrep_thd_order_before(hash->trx->mysql_thd, in lock_rec_create_low()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/lock/
H A Dlock0lock.cc691 if (wsrep_thd_order_before(lock_trx->mysql_thd, trx->mysql_thd) in wsrep_assert_no_bf_bf_wait()
1127 || wsrep_thd_order_before(trx->mysql_thd, lock_trx->mysql_thd)) { in wsrep_kill_victim()
1432 && wsrep_thd_order_before(hash->trx->mysql_thd, in lock_rec_create_low()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/lock/
H A Dlock0lock.cc691 if (wsrep_thd_order_before(lock_trx->mysql_thd, trx->mysql_thd) in wsrep_assert_no_bf_bf_wait()
1127 || wsrep_thd_order_before(trx->mysql_thd, lock_trx->mysql_thd)) { in wsrep_kill_victim()
1432 && wsrep_thd_order_before(hash->trx->mysql_thd, in lock_rec_create_low()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/lock/
H A Dlock0lock.cc659 if (wsrep_thd_order_before(lock_trx->mysql_thd, trx->mysql_thd) in wsrep_assert_no_bf_bf_wait()
1062 || wsrep_thd_order_before(trx->mysql_thd, lock_trx->mysql_thd)) { in wsrep_kill_victim()
1380 && wsrep_thd_order_before(hash->trx->mysql_thd, in lock_rec_create_low()