Home
last modified time | relevance | path

Searched refs:thd_tx_priority (Results 1 – 25 of 105) sorted by relevance

12345

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_thd_api.cc390 int thd_tx_priority(const MYSQL_THD thd) { in thd_tx_priority() function
391 return (thd->thd_tx_priority != 0 ? thd->thd_tx_priority : thd->tx_priority); in thd_tx_priority()
398 return (thd_tx_priority(requestor) == thd_tx_priority(holder) in thd_tx_arbitrate()
400 : ((thd_tx_priority(requestor) > thd_tx_priority(holder)) in thd_tx_arbitrate()
H A Drpl_channel_service_interface.h98 int thd_tx_priority; // The applier thread priority member
H A Drpl_rli.h1862 int thd_tx_priority; variable
1896 void set_thd_tx_priority(int priority) { thd_tx_priority = priority; } in set_thd_tx_priority()
1898 int get_thd_tx_priority() { return thd_tx_priority; } in get_thd_tx_priority()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_rli.h1318 int thd_tx_priority; variable
1346 thd_tx_priority= priority; in set_thd_tx_priority()
1351 return thd_tx_priority; in get_thd_tx_priority()
H A Drpl_channel_service_interface.h99 int thd_tx_priority; //The applier thread priority member
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_rli.h1301 int thd_tx_priority; variable
1329 thd_tx_priority= priority; in set_thd_tx_priority()
1334 return thd_tx_priority; in get_thd_tx_priority()
H A Drpl_channel_service_interface.h99 int thd_tx_priority; //The applier thread priority member
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_rli.h1318 int thd_tx_priority; variable
1346 thd_tx_priority= priority; in set_thd_tx_priority()
1351 return thd_tx_priority; in get_thd_tx_priority()
H A Drpl_channel_service_interface.h99 int thd_tx_priority; //The applier thread priority member
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_rli.h1301 int thd_tx_priority; variable
1329 thd_tx_priority= priority; in set_thd_tx_priority()
1334 return thd_tx_priority; in get_thd_tx_priority()
H A Drpl_channel_service_interface.h99 int thd_tx_priority; //The applier thread priority member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_rli.h1318 int thd_tx_priority; variable
1346 thd_tx_priority= priority; in set_thd_tx_priority()
1351 return thd_tx_priority; in get_thd_tx_priority()
H A Drpl_channel_service_interface.h99 int thd_tx_priority; //The applier thread priority member
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_rli.h1301 int thd_tx_priority; variable
1317 thd_tx_priority= priority; in set_thd_tx_priority()
1322 return thd_tx_priority; in get_thd_tx_priority()
H A Drpl_channel_service_interface.h99 int thd_tx_priority; //The applier thread priority member
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/src/
H A Dreplication_threads_api.cc64 info.thd_tx_priority= GROUP_REPLICATION_APPLIER_THREAD_PRIORITY; in initialize_channel()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/src/
H A Dreplication_threads_api.cc62 info.thd_tx_priority= GROUP_REPLICATION_APPLIER_THREAD_PRIORITY; in initialize_channel()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/src/
H A Dreplication_threads_api.cc64 info.thd_tx_priority= GROUP_REPLICATION_APPLIER_THREAD_PRIORITY; in initialize_channel()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/src/
H A Dreplication_threads_api.cc64 info.thd_tx_priority= GROUP_REPLICATION_APPLIER_THREAD_PRIORITY; in initialize_channel()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/src/
H A Dreplication_threads_api.cc64 info.thd_tx_priority= GROUP_REPLICATION_APPLIER_THREAD_PRIORITY; in initialize_channel()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/src/
H A Dreplication_threads_api.cc64 info.thd_tx_priority= GROUP_REPLICATION_APPLIER_THREAD_PRIORITY; in initialize_channel()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/
H A Dplugin_keyring.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_keyring.h.pp93 int thd_tx_priority(const void* thd);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/mysql/
H A Dplugin_keyring.h.pp93 int thd_tx_priority(const void* thd);
/dports/databases/mysql57-client/mysql-5.7.36/include/mysql/
H A Dplugin_keyring.h.pp93 int thd_tx_priority(const void* thd);

12345