Home
last modified time | relevance | path

Searched refs:global_txn (Results 1 – 6 of 6) sorted by relevance

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dtransaction2.c146 static int global_txn; variable
153 CHKSetConnectAttr(SQL_ATTR_TXN_ISOLATION, TDS_INT2PTR(global_txn), 0, "S"); in my_attrs()
160 global_txn = txn; in ConnectWithTxn()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dtransaction2.c146 static int global_txn; variable
153 CHKSetConnectAttr(SQL_ATTR_TXN_ISOLATION, TDS_INT2PTR(global_txn), 0, "S"); in my_attrs()
160 global_txn = txn; in ConnectWithTxn()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dtransaction2.c147 static int global_txn; variable
154 CHKSetConnectAttr(SQL_ATTR_TXN_ISOLATION, int2ptr(global_txn), 0, "S"); in my_attrs()
161 global_txn = txn; in ConnectWithTxn()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dtransaction2.c150 static int global_txn; variable
157 CHKSetConnectAttr(SQL_ATTR_TXN_ISOLATION, int2ptr(global_txn), 0, "S"); in my_attrs()
164 global_txn = txn; in ConnectWithTxn()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_timestamp.c375 char *hex_timestamp, const char *cfg[], bool global_txn) in __wt_txn_query_timestamp() argument
380 if (global_txn) in __wt_txn_query_timestamp()
389 WT_UNUSED(global_txn); in __wt_txn_query_timestamp()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dextern.h849 …WT_SESSION_IMPL *session, char *hex_timestamp, const char *cfg[], bool global_txn) WT_GCC_FUNC_DEC…