MCPcopy Create free account
hub / github.com/MariaDB/server / thd_tx_isolation

Function thd_tx_isolation

sql/sql_class.cc:523–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521
522extern "C"
523int thd_tx_isolation(const THD *thd)
524{
525 return (int) thd->tx_isolation;
526}
527
528extern "C"
529int thd_tx_is_read_only(const THD *thd)

Callers 12

innodb_isolation_levelFunction · 0.85
table_flagsMethod · 0.85
table_flagsMethod · 0.85
rocksdb_commitFunction · 0.85
rocksdb_rollbackFunction · 0.85
ha_rocksdb.ccFile · 0.85
get_for_updateMethod · 0.85
store_lockMethod · 0.85
external_lockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected