Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
522
extern
"C"
523
int thd_tx_isolation(const THD *thd)
524
{
525
return (int) thd->tx_isolation;
526
}
527
528
extern
"C"
529
int thd_tx_is_read_only(const THD *thd)
Callers
12
spider_check_and_set_trx_isolation
Function · 0.85
spider_db_conn_queue_action
Function · 0.85
innodb_isolation_level
Function · 0.85
table_flags
Method · 0.85
table_flags
Method · 0.85
rocksdb_commit
Function · 0.85
rocksdb_rollback
Function · 0.85
ha_rocksdb.cc
File · 0.85
get_for_update
Method · 0.85
store_lock
Method · 0.85
external_lock
Method · 0.85
should_skip_invalidated_record
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected