Home
last modified time | relevance | path

Searched refs:m_prepared_xa_trans (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dxa.cc199 : m_prepared_xa_trans(Malloc_allocator<XA_recover_txn *>( in Recovered_xa_transactions()
230 m_prepared_xa_trans.push_back(prepared_xa_trn); in add_prepared_xa_transaction()
290 while (!m_prepared_xa_trans.empty()) { in recover_prepared_xa_transactions()
291 auto prepared_xa_trn = m_prepared_xa_trans.front(); in recover_prepared_xa_transactions()
299 m_prepared_xa_trans.pop_front(); in recover_prepared_xa_transactions()
H A Dxa.h599 m_prepared_xa_trans; variable