Home
last modified time | relevance | path

Searched refs:xa_state (Results 151 – 175 of 190) sorted by relevance

12345678

/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_cache.cc1693 enum xa_states xa_state= thd->transaction.xid_state.xa_state; in send_result_to_client() local
1714 if (xa_state == XA_IDLE || xa_state == XA_PREPARED) in send_result_to_client()
H A Dsql_base.cc5250 enum xa_states xa_state; in open_tables() local
5453 xa_state= thd->transaction.xid_state.xa_state; in open_tables()
5454 if (*start && (xa_state == XA_IDLE || xa_state == XA_PREPARED)) in open_tables()
5456 my_error(ER_XAER_RMFAIL, MYF(0), xa_state_names[xa_state]); in open_tables()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_cache.cc1490 enum xa_states xa_state= thd->transaction.xid_state.xa_state; in send_result_to_client() local
1511 if (xa_state == XA_IDLE || xa_state == XA_PREPARED) in send_result_to_client()
H A Dsql_class.h1257 enum xa_states xa_state; // used by external XA only member
1268 bool xid_cache_insert(XID *xid, enum xa_states xa_state);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_class.cc1471 if (transaction.xid_state.xa_state == XA_PREPARED)
1483 transaction.xid_state.xa_state= XA_NOTR;
5837 bool xid_cache_insert(XID *xid, enum xa_states xa_state)
5848 xs->xa_state=xa_state;
H A Dsql_base.cc4095 enum xa_states xa_state= thd->transaction.xid_state.xa_state;
4096 if (xa_state == XA_IDLE || xa_state == XA_PREPARED)
4098 my_error(ER_XAER_RMFAIL, MYF(0), xa_state_names[xa_state]);
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_class.cc1471 if (transaction.xid_state.xa_state == XA_PREPARED) in cleanup()
1483 transaction.xid_state.xa_state= XA_NOTR; in cleanup()
5837 bool xid_cache_insert(XID *xid, enum xa_states xa_state) in xid_cache_insert() argument
5848 xs->xa_state=xa_state; in xid_cache_insert()
H A Dsql_base.cc4095 enum xa_states xa_state= thd->transaction.xid_state.xa_state; in open_tables() local
4096 if (xa_state == XA_IDLE || xa_state == XA_PREPARED) in open_tables()
4098 my_error(ER_XAER_RMFAIL, MYF(0), xa_state_names[xa_state]); in open_tables()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5250 enum xa_states xa_state; in open_tables() local
5453 xa_state= thd->transaction.xid_state.xa_state; in open_tables()
5454 if (*start && (xa_state == XA_IDLE || xa_state == XA_PREPARED)) in open_tables()
5456 my_error(ER_XAER_RMFAIL, MYF(0), xa_state_names[xa_state]); in open_tables()
H A Dsql_class.h1350 enum xa_states xa_state; // used by external XA only member
1361 bool xid_cache_insert(XID *xid, enum xa_states xa_state);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc5250 enum xa_states xa_state; in open_tables() local
5453 xa_state= thd->transaction.xid_state.xa_state; in open_tables()
5454 if (*start && (xa_state == XA_IDLE || xa_state == XA_PREPARED)) in open_tables()
5456 my_error(ER_XAER_RMFAIL, MYF(0), xa_state_names[xa_state]); in open_tables()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_base.cc4865 enum xa_states xa_state= thd->transaction.xid_state.xa_state; in open_tables() local
4866 if (*start && (xa_state == XA_IDLE || xa_state == XA_PREPARED)) in open_tables()
4868 my_error(ER_XAER_RMFAIL, MYF(0), xa_state_names[xa_state]); in open_tables()
H A Dsql_class.h877 enum xa_states xa_state; // used by external XA only member
888 bool xid_cache_insert(XID *xid, enum xa_states xa_state);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dtable_helper.cc1353 void set_field_xa_state(Field *f, enum_xa_transaction_state xa_state) { in set_field_xa_state() argument
1354 switch (xa_state) { in set_field_xa_state()
H A Dpfs.cc6892 int xa_state) { in pfs_set_transaction_xid_v1() argument
6904 pfs->m_xa_state = (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6911 int xa_state) { in pfs_set_transaction_xa_state_v1() argument
6921 pfs->m_xa_state = (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
H A Dtable_helper.h1014 void set_field_xa_state(Field *f, enum_xa_transaction_state xa_state);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/
H A Dpfs.cc6034 int xa_state) in pfs_set_transaction_xid_v1() argument
6046 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6053 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6063 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs.cc6044 int xa_state) in pfs_set_transaction_xid_v1() argument
6056 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6063 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6073 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dpfs.cc6034 int xa_state) in pfs_set_transaction_xid_v1() argument
6046 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6053 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6063 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs.cc6044 int xa_state) in pfs_set_transaction_xid_v1() argument
6056 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6063 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6073 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs.cc6044 int xa_state) in pfs_set_transaction_xid_v1() argument
6056 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6063 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6073 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/
H A Dpfs.cc6034 int xa_state) in pfs_set_transaction_xid_v1() argument
6046 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6053 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6063 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/perfschema/
H A Dpfs.cc6054 int xa_state) in pfs_set_transaction_xid_v1() argument
6066 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6073 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6083 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/perfschema/
H A Dpfs.cc6054 int xa_state) in pfs_set_transaction_xid_v1() argument
6066 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xid_v1()
6073 int xa_state) in pfs_set_transaction_xa_state_v1() argument
6083 pfs->m_xa_state= (enum_xa_transaction_state)xa_state; in pfs_set_transaction_xa_state_v1()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_class.h1280 enum xa_states xa_state; // used by external XA only member
1291 bool xid_cache_insert(XID *xid, enum xa_states xa_state);

12345678