Home
last modified time | relevance | path

Searched refs:m_curr_session_track_gtids (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_context.cc32 m_curr_session_track_gtids(OFF) in Session_consistency_gtids_ctx()
55 m_curr_session_track_gtids == ALL_GTIDS) && in shall_collect()
72 if (m_curr_session_track_gtids == ALL_GTIDS) in notify_after_transaction_commit()
100 if (m_curr_session_track_gtids == OWN_GTID) in notify_after_gtid_executed_update()
142 m_curr_session_track_gtids= thd->variables.session_track_gtids; in update_tracking_activeness_from_session_variable()
H A Drpl_context.h105 ulong m_curr_session_track_gtids; variable
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_context.cc32 m_curr_session_track_gtids(OFF) in Session_consistency_gtids_ctx()
55 m_curr_session_track_gtids == ALL_GTIDS) && in shall_collect()
72 if (m_curr_session_track_gtids == ALL_GTIDS) in notify_after_transaction_commit()
100 if (m_curr_session_track_gtids == OWN_GTID) in notify_after_gtid_executed_update()
142 m_curr_session_track_gtids= thd->variables.session_track_gtids; in update_tracking_activeness_from_session_variable()
H A Drpl_context.h105 ulong m_curr_session_track_gtids; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_context.cc32 m_curr_session_track_gtids(OFF) in Session_consistency_gtids_ctx()
55 m_curr_session_track_gtids == ALL_GTIDS) && in shall_collect()
72 if (m_curr_session_track_gtids == ALL_GTIDS) in notify_after_transaction_commit()
100 if (m_curr_session_track_gtids == OWN_GTID) in notify_after_gtid_executed_update()
142 m_curr_session_track_gtids= thd->variables.session_track_gtids; in update_tracking_activeness_from_session_variable()
H A Drpl_context.h105 ulong m_curr_session_track_gtids; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_context.cc32 m_curr_session_track_gtids(OFF) in Session_consistency_gtids_ctx()
55 m_curr_session_track_gtids == ALL_GTIDS) && in shall_collect()
72 if (m_curr_session_track_gtids == ALL_GTIDS) in notify_after_transaction_commit()
100 if (m_curr_session_track_gtids == OWN_GTID) in notify_after_gtid_executed_update()
142 m_curr_session_track_gtids= thd->variables.session_track_gtids; in update_tracking_activeness_from_session_variable()
H A Drpl_context.h105 ulong m_curr_session_track_gtids; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_context.cc32 m_curr_session_track_gtids(OFF) in Session_consistency_gtids_ctx()
55 m_curr_session_track_gtids == ALL_GTIDS) && in shall_collect()
72 if (m_curr_session_track_gtids == ALL_GTIDS) in notify_after_transaction_commit()
100 if (m_curr_session_track_gtids == OWN_GTID) in notify_after_gtid_executed_update()
142 m_curr_session_track_gtids= thd->variables.session_track_gtids; in update_tracking_activeness_from_session_variable()
H A Drpl_context.h105 ulong m_curr_session_track_gtids; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_context.cc32 m_curr_session_track_gtids(OFF) in Session_consistency_gtids_ctx()
55 m_curr_session_track_gtids == ALL_GTIDS) && in shall_collect()
72 if (m_curr_session_track_gtids == ALL_GTIDS) in notify_after_transaction_commit()
100 if (m_curr_session_track_gtids == OWN_GTID) in notify_after_gtid_executed_update()
142 m_curr_session_track_gtids= thd->variables.session_track_gtids; in update_tracking_activeness_from_session_variable()
H A Drpl_context.h105 ulong m_curr_session_track_gtids; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_context.cc41 m_curr_session_track_gtids(OFF) {} in Session_consistency_gtids_ctx()
58 (thd->owned_gtid.sidno > 0 || m_curr_session_track_gtids == ALL_GTIDS) && in shall_collect()
74 if (m_curr_session_track_gtids == ALL_GTIDS) { in notify_after_transaction_commit()
100 if (m_curr_session_track_gtids == OWN_GTID) { in notify_after_gtid_executed_update()
147 m_curr_session_track_gtids = thd->variables.session_track_gtids; in notify_after_response_packet()
165 m_curr_session_track_gtids = thd->variables.session_track_gtids; in register_ctx_change_listener()
H A Drpl_context.h109 ulong m_curr_session_track_gtids; variable