Home
last modified time | relevance | path

Searched refs:trx_htb_ (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/mysql55-client/mysql-5.5.62/plugin/semisync/
H A Dsemisync_master.cc76 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
78 trx_htb_[idx] = NULL; in ActiveTranx()
85 delete [] trx_htb_; in ~ActiveTranx()
86 trx_htb_ = NULL; in ~ActiveTranx()
185 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
186 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
204 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
252 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
279 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h305 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/semisync/
H A Dsemisync_master.cc87 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
89 trx_htb_[idx] = NULL; in ActiveTranx()
96 delete [] trx_htb_; in ~ActiveTranx()
97 trx_htb_ = NULL; in ~ActiveTranx()
196 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
197 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
215 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
312 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
339 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h324 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/semisync/
H A Dsemisync_master.cc87 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
89 trx_htb_[idx] = NULL; in ActiveTranx()
96 delete [] trx_htb_; in ~ActiveTranx()
97 trx_htb_ = NULL; in ~ActiveTranx()
196 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
197 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
215 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
312 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
339 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h324 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/semisync/
H A Dsemisync_master.cc87 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
89 trx_htb_[idx] = NULL; in ActiveTranx()
96 delete [] trx_htb_; in ~ActiveTranx()
97 trx_htb_ = NULL; in ~ActiveTranx()
196 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
197 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
215 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
312 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
339 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h324 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/semisync/
H A Dsemisync_master.cc87 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
89 trx_htb_[idx] = NULL; in ActiveTranx()
96 delete [] trx_htb_; in ~ActiveTranx()
97 trx_htb_ = NULL; in ~ActiveTranx()
196 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
197 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
215 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
312 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
339 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h324 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/mysql56-client/mysql-5.6.51/plugin/semisync/
H A Dsemisync_master.cc87 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
89 trx_htb_[idx] = NULL; in ActiveTranx()
96 delete [] trx_htb_; in ~ActiveTranx()
97 trx_htb_ = NULL; in ~ActiveTranx()
196 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
197 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
215 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
312 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
339 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h324 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/semisync/
H A Dsemisync_master.cc88 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
90 trx_htb_[idx] = NULL; in ActiveTranx()
97 delete [] trx_htb_; in ~ActiveTranx()
98 trx_htb_ = NULL; in ~ActiveTranx()
197 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
198 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
216 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
313 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
340 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h330 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/semisync/
H A Dsemisync_master.cc88 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
90 trx_htb_[idx] = NULL; in ActiveTranx()
97 delete [] trx_htb_; in ~ActiveTranx()
98 trx_htb_ = NULL; in ~ActiveTranx()
197 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
198 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
216 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
313 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
340 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h330 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/semisync/
H A Dsemisync_master.cc88 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
90 trx_htb_[idx] = NULL; in ActiveTranx()
97 delete [] trx_htb_; in ~ActiveTranx()
98 trx_htb_ = NULL; in ~ActiveTranx()
197 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
198 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
216 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
313 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
340 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h330 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/semisync/
H A Dsemisync_master.cc88 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
90 trx_htb_[idx] = NULL; in ActiveTranx()
97 delete [] trx_htb_; in ~ActiveTranx()
98 trx_htb_ = NULL; in ~ActiveTranx()
197 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
198 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
216 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
313 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
340 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h330 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/semisync/
H A Dsemisync_master.cc88 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
90 trx_htb_[idx] = NULL; in ActiveTranx()
97 delete [] trx_htb_; in ~ActiveTranx()
98 trx_htb_ = NULL; in ~ActiveTranx()
197 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
198 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
216 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
313 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
340 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h330 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable
/dports/databases/mysql57-client/mysql-5.7.36/plugin/semisync/
H A Dsemisync_master.cc88 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
90 trx_htb_[idx] = NULL; in ActiveTranx()
97 delete [] trx_htb_; in ~ActiveTranx()
98 trx_htb_ = NULL; in ~ActiveTranx()
197 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
198 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
216 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
313 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
340 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/semisync/
H A Dsemisync_master.cc90 trx_htb_ = new TranxNode *[num_entries_]; in ActiveTranx()
91 for (int idx = 0; idx < num_entries_; ++idx) trx_htb_[idx] = nullptr; in ActiveTranx()
97 delete[] trx_htb_; in ~ActiveTranx()
98 trx_htb_ = nullptr; in ~ActiveTranx()
184 ins_node->hash_next_ = trx_htb_[hash_val]; in insert_tranx_node()
185 trx_htb_[hash_val] = ins_node; in insert_tranx_node()
201 TranxNode *entry = trx_htb_[hash_val]; in is_tranx_end_pos()
287 memset(trx_htb_, 0, num_entries_ * sizeof(TranxNode *)); in clear_active_tranx_nodes()
312 TranxNode **hash_ptr = &(trx_htb_[hash_val]); in clear_active_tranx_nodes()
H A Dsemisync_master.h317 TranxNode **trx_htb_; /* A hash table on active transactions. */ variable

12