Home
last modified time | relevance | path

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

12

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsession_tracker.h323 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
347 void inline add_trx_state(THD *thd, thr_lock_type l, bool has_trx) in add_trx_state() argument
349 add_trx_state(thd, calc_trx_state(thd, l, has_trx)); in add_trx_state()
H A Dsession_tracker.cc992 bool has_trx) in calc_trx_state() argument
998 s= has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1000 s= has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsession_tracker.h323 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
347 void inline add_trx_state(THD *thd, thr_lock_type l, bool has_trx) in add_trx_state() argument
349 add_trx_state(thd, calc_trx_state(thd, l, has_trx)); in add_trx_state()
H A Dsession_tracker.cc992 bool has_trx) in calc_trx_state() argument
998 s= has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1000 s= has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsession_tracker.h323 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
347 void inline add_trx_state(THD *thd, thr_lock_type l, bool has_trx) in add_trx_state() argument
349 add_trx_state(thd, calc_trx_state(thd, l, has_trx)); in add_trx_state()
H A Dsession_tracker.cc993 bool has_trx) in calc_trx_state() argument
999 s= has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1001 s= has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsession_tracker.h323 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
347 void inline add_trx_state(THD *thd, thr_lock_type l, bool has_trx) in add_trx_state() argument
349 add_trx_state(thd, calc_trx_state(thd, l, has_trx)); in add_trx_state()
H A Dsession_tracker.cc993 bool has_trx) in calc_trx_state() argument
999 s= has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1001 s= has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsession_tracker.h329 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
353 void inline add_trx_state(THD *thd, thr_lock_type l, bool has_trx) in add_trx_state() argument
355 add_trx_state(thd, calc_trx_state(thd, l, has_trx)); in add_trx_state()
H A Dsession_tracker.cc996 bool has_trx) in calc_trx_state() argument
1002 s= has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1004 s= has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsession_tracker.h329 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
353 void inline add_trx_state(THD *thd, thr_lock_type l, bool has_trx) in add_trx_state() argument
355 add_trx_state(thd, calc_trx_state(thd, l, has_trx)); in add_trx_state()
H A Dsession_tracker.cc996 bool has_trx) in calc_trx_state() argument
1002 s= has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1004 s= has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsession_tracker.h265 enum_tx_state calc_trx_state(thr_lock_type l, bool has_trx);
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsession_tracker.h292 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
H A Dsession_tracker.cc1174 bool has_trx) { in calc_trx_state() argument
1179 s = has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1181 s = has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsession_tracker.h292 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
H A Dsession_tracker.cc1174 bool has_trx) { in calc_trx_state() argument
1179 s = has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1181 s = has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsession_tracker.h292 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
H A Dsession_tracker.cc1174 bool has_trx) { in calc_trx_state() argument
1179 s = has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1181 s = has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsession_tracker.h292 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
H A Dsession_tracker.cc1174 bool has_trx) { in calc_trx_state() argument
1179 s = has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1181 s = has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsession_tracker.h292 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
H A Dsession_tracker.cc1174 bool has_trx) { in calc_trx_state() argument
1179 s = has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1181 s = has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsession_tracker.h292 enum_tx_state calc_trx_state(THD *thd, thr_lock_type l, bool has_trx);
H A Dsession_tracker.cc1174 bool has_trx) { in calc_trx_state() argument
1179 s = has_trx ? TX_READ_TRX : TX_READ_UNSAFE; in calc_trx_state()
1181 s = has_trx ? TX_WRITE_TRX : TX_WRITE_UNSAFE; in calc_trx_state()

12