Home
last modified time | relevance | path

Searched defs:THD_TRANS (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtransaction_info.h60 struct THD_TRANS { struct
62 bool m_no_2pc;
63 int m_rw_ha_count;
65 Ha_trx_info *m_ha_list;
117 static unsigned int const CREATED_TEMP_TABLE = 0x02;
122 unsigned int get_unsafe_rollback_flags() const { in get_unsafe_rollback_flags()
133 void reset_unsafe_rollback_flags() { in reset_unsafe_rollback_flags()
137 void mark_modified_non_trans_table() { in mark_modified_non_trans_table()
141 bool has_modified_non_trans_table() const { in has_modified_non_trans_table()
144 void mark_created_temp_table() { in mark_created_temp_table()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtransaction_info.h216 struct THD_TRANS struct
219 bool m_no_2pc;
220 int m_rw_ha_count;
222 Ha_trx_info *m_ha_list;
278 bool cannot_safely_rollback() const in cannot_safely_rollback()
282 unsigned int get_unsafe_rollback_flags() const in get_unsafe_rollback_flags()
296 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
301 void mark_modified_non_trans_table() in mark_modified_non_trans_table()
306 bool has_modified_non_trans_table() const in has_modified_non_trans_table()
310 void mark_created_temp_table() in mark_created_temp_table()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtransaction_info.h216 struct THD_TRANS struct
219 bool m_no_2pc;
220 int m_rw_ha_count;
222 Ha_trx_info *m_ha_list;
278 bool cannot_safely_rollback() const in cannot_safely_rollback()
282 unsigned int get_unsafe_rollback_flags() const in get_unsafe_rollback_flags()
296 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
301 void mark_modified_non_trans_table() in mark_modified_non_trans_table()
306 bool has_modified_non_trans_table() const in has_modified_non_trans_table()
310 void mark_created_temp_table() in mark_created_temp_table()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtransaction_info.h216 struct THD_TRANS struct
219 bool m_no_2pc;
220 int m_rw_ha_count;
222 Ha_trx_info *m_ha_list;
278 bool cannot_safely_rollback() const in cannot_safely_rollback()
282 unsigned int get_unsafe_rollback_flags() const in get_unsafe_rollback_flags()
296 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
301 void mark_modified_non_trans_table() in mark_modified_non_trans_table()
306 bool has_modified_non_trans_table() const in has_modified_non_trans_table()
310 void mark_created_temp_table() in mark_created_temp_table()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtransaction_info.h216 struct THD_TRANS struct
219 bool m_no_2pc;
220 int m_rw_ha_count;
222 Ha_trx_info *m_ha_list;
278 bool cannot_safely_rollback() const in cannot_safely_rollback()
282 unsigned int get_unsafe_rollback_flags() const in get_unsafe_rollback_flags()
296 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
301 void mark_modified_non_trans_table() in mark_modified_non_trans_table()
306 bool has_modified_non_trans_table() const in has_modified_non_trans_table()
310 void mark_created_temp_table() in mark_created_temp_table()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtransaction_info.h216 struct THD_TRANS struct
219 bool m_no_2pc;
220 int m_rw_ha_count;
222 Ha_trx_info *m_ha_list;
278 bool cannot_safely_rollback() const in cannot_safely_rollback()
282 unsigned int get_unsafe_rollback_flags() const in get_unsafe_rollback_flags()
296 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
301 void mark_modified_non_trans_table() in mark_modified_non_trans_table()
306 bool has_modified_non_trans_table() const in has_modified_non_trans_table()
310 void mark_created_temp_table() in mark_created_temp_table()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtransaction_info.h216 struct THD_TRANS struct
219 bool m_no_2pc;
220 int m_rw_ha_count;
222 Ha_trx_info *m_ha_list;
278 bool cannot_safely_rollback() const in cannot_safely_rollback()
282 unsigned int get_unsafe_rollback_flags() const in get_unsafe_rollback_flags()
296 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
301 void mark_modified_non_trans_table() in mark_modified_non_trans_table()
306 bool has_modified_non_trans_table() const in has_modified_non_trans_table()
310 void mark_created_temp_table() in mark_created_temp_table()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_class.h1017 struct THD_TRANS struct
1020 bool no_2pc;
1021 int rw_ha_count;
1023 Ha_trx_info *ha_list;
1085 bool cannot_safely_rollback() const in cannot_safely_rollback()
1103 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
1117 void mark_created_temp_table() in mark_created_temp_table()
1122 bool has_created_temp_table() const in has_created_temp_table()
1126 void mark_dropped_temp_table() in mark_dropped_temp_table()
1131 bool has_dropped_temp_table() const in has_dropped_temp_table()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dhandler.h1685 struct THD_TRANS struct
1688 bool no_2pc;
1690 Ha_trx_info *ha_list;
1727 THD_TRANS() {} /* Remove gcc warning */ in THD_TRANS() argument
1737 enum unsafe_statement_types
1755 void mark_executed_table_admin_cmd() in mark_executed_table_admin_cmd()
1760 bool trans_executed_admin_cmd() in trans_executed_admin_cmd()
1764 void mark_created_temp_table() in mark_created_temp_table()
1769 void mark_dropped_temp_table() in mark_dropped_temp_table()
1779 bool trans_did_wait() const { in trans_did_wait()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dhandler.h1685 struct THD_TRANS struct
1688 bool no_2pc;
1690 Ha_trx_info *ha_list;
1727 THD_TRANS() {} /* Remove gcc warning */ in THD_TRANS() argument
1737 enum unsafe_statement_types
1755 void mark_executed_table_admin_cmd() in mark_executed_table_admin_cmd()
1760 bool trans_executed_admin_cmd() in trans_executed_admin_cmd()
1764 void mark_created_temp_table() in mark_created_temp_table()
1769 void mark_dropped_temp_table() in mark_dropped_temp_table()
1779 bool trans_did_wait() const { in trans_did_wait()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_class.h994 struct THD_TRANS struct
997 bool no_2pc;
998 int rw_ha_count;
1000 Ha_trx_info *ha_list;
1062 bool cannot_safely_rollback() const in cannot_safely_rollback()
1080 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
1094 void mark_created_temp_table() in mark_created_temp_table()
1099 bool has_created_temp_table() const in has_created_temp_table()
1103 void mark_dropped_temp_table() in mark_dropped_temp_table()
1108 bool has_dropped_temp_table() const in has_dropped_temp_table()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_class.h1087 struct THD_TRANS struct
1090 bool no_2pc;
1091 int rw_ha_count;
1093 Ha_trx_info *ha_list;
1155 bool cannot_safely_rollback() const in cannot_safely_rollback()
1173 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
1187 void mark_created_temp_table() in mark_created_temp_table()
1192 bool has_created_temp_table() const in has_created_temp_table()
1196 void mark_dropped_temp_table() in mark_dropped_temp_table()
1201 bool has_dropped_temp_table() const in has_dropped_temp_table()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_class.h1087 struct THD_TRANS struct
1090 bool no_2pc;
1091 int rw_ha_count;
1093 Ha_trx_info *ha_list;
1155 bool cannot_safely_rollback() const in cannot_safely_rollback()
1173 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
1187 void mark_created_temp_table() in mark_created_temp_table()
1192 bool has_created_temp_table() const in has_created_temp_table()
1196 void mark_dropped_temp_table() in mark_dropped_temp_table()
1201 bool has_dropped_temp_table() const in has_dropped_temp_table()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_class.h1087 struct THD_TRANS struct
1090 bool no_2pc;
1091 int rw_ha_count;
1093 Ha_trx_info *ha_list;
1155 bool cannot_safely_rollback() const in cannot_safely_rollback()
1173 void reset_unsafe_rollback_flags() in reset_unsafe_rollback_flags()
1187 void mark_created_temp_table() in mark_created_temp_table()
1192 bool has_created_temp_table() const in has_created_temp_table()
1196 void mark_dropped_temp_table() in mark_dropped_temp_table()
1201 bool has_dropped_temp_table() const in has_dropped_temp_table()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dhandler.h1833 struct THD_TRANS struct
1836 bool no_2pc;
1838 Ha_trx_info *ha_list;
1875 THD_TRANS() {} /* Remove gcc warning */ in THD_TRANS() argument
1885 enum unsafe_statement_types
1903 void mark_executed_table_admin_cmd() in mark_executed_table_admin_cmd()
1908 bool trans_executed_admin_cmd() in trans_executed_admin_cmd()
1912 void mark_created_temp_table() in mark_created_temp_table()
1917 void mark_dropped_temp_table() in mark_dropped_temp_table()
1927 bool trans_did_wait() const { in trans_did_wait()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dhandler.h1749 struct THD_TRANS struct
1752 bool no_2pc;
1754 Ha_trx_info *ha_list;
1791 THD_TRANS() {} /* Remove gcc warning */ in THD_TRANS() function
1801 enum unsafe_statement_types
1819 void mark_executed_table_admin_cmd() in mark_executed_table_admin_cmd()
1824 bool trans_executed_admin_cmd() in trans_executed_admin_cmd()
1828 void mark_created_temp_table() in mark_created_temp_table()
1833 void mark_dropped_temp_table() in mark_dropped_temp_table()
1843 bool trans_did_wait() const { in trans_did_wait()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dhandler.h1749 struct THD_TRANS struct
1752 bool no_2pc;
1754 Ha_trx_info *ha_list;
1791 THD_TRANS() {} /* Remove gcc warning */ in THD_TRANS() argument
1801 enum unsafe_statement_types
1819 void mark_executed_table_admin_cmd() in mark_executed_table_admin_cmd()
1824 bool trans_executed_admin_cmd() in trans_executed_admin_cmd()
1828 void mark_created_temp_table() in mark_created_temp_table()
1833 void mark_dropped_temp_table() in mark_dropped_temp_table()
1843 bool trans_did_wait() const { in trans_did_wait()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dhandler.h1833 struct THD_TRANS struct
1836 bool no_2pc;
1838 Ha_trx_info *ha_list;
1875 THD_TRANS() {} /* Remove gcc warning */ in THD_TRANS() argument
1885 enum unsafe_statement_types
1903 void mark_executed_table_admin_cmd() in mark_executed_table_admin_cmd()
1908 bool trans_executed_admin_cmd() in trans_executed_admin_cmd()
1912 void mark_created_temp_table() in mark_created_temp_table()
1917 void mark_dropped_temp_table() in mark_dropped_temp_table()
1927 bool trans_did_wait() const { in trans_did_wait()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dhandler.h876 struct THD_TRANS struct
879 bool no_2pc;
881 Ha_trx_info *ha_list;
910 bool modified_non_trans_table;
912 void reset() { no_2pc= FALSE; modified_non_trans_table= FALSE; } in reset()
913 bool is_empty() const { return ha_list == NULL; } in is_empty()