Home
last modified time | relevance | path

Searched refs:thd_tx_priority (Results 26 – 50 of 105) sorted by relevance

12345

/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/mysql/
H A Dplugin_ftparser.h.pp102 int thd_tx_priority(const void * thd);
H A Dplugin_keyring.h.pp102 int thd_tx_priority(const void * thd);
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_class.cc863 int thd_tx_priority(const THD* thd) in thd_tx_priority() function
865 return (thd->thd_tx_priority != 0 in thd_tx_priority()
866 ? thd->thd_tx_priority in thd_tx_priority()
876 return(thd_tx_priority(requestor) == thd_tx_priority(holder) in thd_tx_arbitrate()
878 : ((thd_tx_priority(requestor) in thd_tx_arbitrate()
879 > thd_tx_priority(holder)) ? holder : requestor)); in thd_tx_arbitrate()
1572 thd_tx_priority= 0; in init()
H A Drpl_channel_service_interface.cc85 mi->rli->set_thd_tx_priority(channel_info->thd_tx_priority); in set_mi_settings()
165 channel_info->thd_tx_priority= 0; in initialize_channel_creation_info()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_class.cc863 int thd_tx_priority(const THD* thd) in thd_tx_priority() function
865 return (thd->thd_tx_priority != 0 in thd_tx_priority()
866 ? thd->thd_tx_priority in thd_tx_priority()
876 return(thd_tx_priority(requestor) == thd_tx_priority(holder) in thd_tx_arbitrate()
878 : ((thd_tx_priority(requestor) in thd_tx_arbitrate()
879 > thd_tx_priority(holder)) ? holder : requestor)); in thd_tx_arbitrate()
1571 thd_tx_priority= 0; in init()
H A Drpl_channel_service_interface.cc85 mi->rli->set_thd_tx_priority(channel_info->thd_tx_priority); in set_mi_settings()
161 channel_info->thd_tx_priority= 0; in initialize_channel_creation_info()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/
H A Dplugin_ftparser.h.pp104 int thd_tx_priority(const void * thd);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/mysql/
H A Dplugin_ftparser.h.pp93 int thd_tx_priority(const void* thd);
H A Dplugin_auth.h.pp93 int thd_tx_priority(const void* thd);
/dports/databases/mysql57-client/mysql-5.7.36/include/mysql/
H A Dplugin_ftparser.h.pp93 int thd_tx_priority(const void* thd);
H A Dplugin_auth.h.pp93 int thd_tx_priority(const void* thd);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/src/
H A Dreplication_threads_api.cc57 info.thd_tx_priority = GROUP_REPLICATION_APPLIER_THREAD_PRIORITY; in initialize_channel()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/mysql/
H A Dplugin_ftparser.h.pp93 int thd_tx_priority(const void* thd);
H A Dplugin_auth.h.pp93 int thd_tx_priority(const void* thd);
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_channel_service_interface.cc85 mi->rli->set_thd_tx_priority(channel_info->thd_tx_priority); in set_mi_settings()
165 channel_info->thd_tx_priority= 0; in initialize_channel_creation_info()
H A Dsql_class.cc867 int thd_tx_priority(const THD* thd) in thd_tx_priority() function
869 return (thd->thd_tx_priority != 0 in thd_tx_priority()
870 ? thd->thd_tx_priority in thd_tx_priority()
880 return(thd_tx_priority(requestor) == thd_tx_priority(holder) in thd_tx_arbitrate()
882 : ((thd_tx_priority(requestor) in thd_tx_arbitrate()
883 > thd_tx_priority(holder)) ? holder : requestor)); in thd_tx_arbitrate()
1689 thd_tx_priority= 0; in init()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_channel_service_interface.cc85 mi->rli->set_thd_tx_priority(channel_info->thd_tx_priority); in set_mi_settings()
165 channel_info->thd_tx_priority= 0; in initialize_channel_creation_info()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_channel_service_interface.cc85 mi->rli->set_thd_tx_priority(channel_info->thd_tx_priority); in set_mi_settings()
165 channel_info->thd_tx_priority= 0; in initialize_channel_creation_info()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_channel_service_interface.cc85 mi->rli->set_thd_tx_priority(channel_info->thd_tx_priority); in set_mi_settings()
165 channel_info->thd_tx_priority= 0; in initialize_channel_creation_info()
/dports/databases/percona57-server/percona-server-5.7.36-39/include/mysql/
H A Dplugin_keyring.h.pp96 int thd_tx_priority(const void* thd);
H A Dplugin_ftparser.h.pp96 int thd_tx_priority(const void* thd);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/mysql/
H A Dplugin_ftparser.h.pp96 int thd_tx_priority(const void* thd);
H A Dplugin_keyring.h.pp96 int thd_tx_priority(const void* thd);
/dports/databases/percona57-client/percona-server-5.7.36-39/include/mysql/
H A Dplugin_ftparser.h.pp96 int thd_tx_priority(const void* thd);
H A Dplugin_keyring.h.pp96 int thd_tx_priority(const void* thd);

12345