Home
last modified time | relevance | path

Searched refs:wsrep_thd_is_local (Results 1 – 25 of 76) sorted by relevance

1234

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dservice_wsrep.cc131 extern "C" my_bool wsrep_thd_is_local(const THD *thd) in wsrep_thd_is_local() function
355 if (wsrep_thd_is_local(thd)) in wsrep_commit_ordered()
416 wsrep_thd_is_local(thd), in wsrep_report_bf_lock_wait()
H A Dwsrep_dummy.cc95 my_bool wsrep_thd_is_local(const THD *) in wsrep_thd_is_local() function
H A Dtransaction.cc129 if (wsrep_thd_is_local(thd)) in trans_begin()
194 if (wsrep_thd_is_local(thd)) in trans_begin()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dservice_wsrep.cc131 extern "C" my_bool wsrep_thd_is_local(const THD *thd) in wsrep_thd_is_local() function
355 if (wsrep_thd_is_local(thd)) in wsrep_commit_ordered()
416 wsrep_thd_is_local(thd), in wsrep_report_bf_lock_wait()
H A Dwsrep_dummy.cc95 my_bool wsrep_thd_is_local(const THD *) in wsrep_thd_is_local() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_thd.h36 extern "C" my_bool wsrep_thd_is_local(void *thd_ptr, my_bool sync);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_thd.h36 extern "C" my_bool wsrep_thd_is_local(void *thd_ptr, my_bool sync);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_thd.h45 extern "C" my_bool wsrep_thd_is_local(void *thd_ptr, my_bool sync);
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_thd.h45 extern "C" my_bool wsrep_thd_is_local(void *thd_ptr, my_bool sync);
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_dummy.cc95 my_bool wsrep_thd_is_local(const THD *) in wsrep_thd_is_local() function
H A Dservice_wsrep.cc132 extern "C" my_bool wsrep_thd_is_local(const THD *thd) in wsrep_thd_is_local() function
380 wsrep_thd_is_local(thd), in wsrep_report_bf_lock_wait()
H A Dtransaction.cc117 if (wsrep_thd_is_local(thd)) in trans_begin()
182 if (wsrep_thd_is_local(thd)) in trans_begin()
H A Dwsrep_trans_observer.h164 wsrep_thd_is_local(thd)) in wsrep_after_row_internal()
532 wsrep_thd_is_local(thd) && in wsrep_commit_empty()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_dummy.cc95 my_bool wsrep_thd_is_local(const THD *) in wsrep_thd_is_local() function
H A Dservice_wsrep.cc132 extern "C" my_bool wsrep_thd_is_local(const THD *thd) in reset_slave()
380 wsrep_thd_is_local(thd),
H A Dwsrep_trans_observer.h164 wsrep_thd_is_local(thd))
532 wsrep_thd_is_local(thd) &&
H A Dtransaction.cc117 if (wsrep_thd_is_local(thd)) in trans_begin()
182 if (wsrep_thd_is_local(thd)) in trans_begin()
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dwsrep.h32 if (WSREP(thd) && wsrep_thd_is_local(thd) && \
/dports/databases/mariadb104-client/mariadb-10.4.24/include/
H A Dwsrep.h32 if (WSREP(thd) && wsrep_thd_is_local(thd) && \
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dwsrep.h40 if (WSREP(thd) && wsrep_thd_is_local(thd) && \
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dwsrep.h40 if (WSREP(thd) && wsrep_thd_is_local(thd) && \
/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h121 #define wsrep_thd_is_local(T) wsrep_service->wsrep_thd_is_local_func(T) macro
191 extern "C" my_bool wsrep_thd_is_local(const MYSQL_THD thd);
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h118 #define wsrep_thd_is_local(T) wsrep_service->wsrep_thd_is_local_func(T) macro
185 extern "C" my_bool wsrep_thd_is_local(const MYSQL_THD thd);
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/
H A Dservice_wsrep.h121 #define wsrep_thd_is_local(T) wsrep_service->wsrep_thd_is_local_func(T) macro
191 extern "C" my_bool wsrep_thd_is_local(const MYSQL_THD thd);
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/
H A Dservice_wsrep.h118 #define wsrep_thd_is_local(T) wsrep_service->wsrep_thd_is_local_func(T) macro
185 extern "C" my_bool wsrep_thd_is_local(const MYSQL_THD thd);

1234