Home
last modified time | relevance | path

Searched refs:stxn (Results 1 – 25 of 52) sorted by relevance

123

/dports/finance/homebank/homebank-5.5.1/src/
H A Dhb-transaction.c601 if( stxn->kpay == ptxn->kpay) in transaction_xfer_child_match_rate()
603 if( stxn->kcat == ptxn->kcat) in transaction_xfer_child_match_rate()
625 if(stxn == dtxn) in transaction_xfer_child_might()
628 …DB( g_print(" src: %d %d %d %f %d\n", stxn->kcur, stxn->date, stxn->kacc, ABS(stxn->amount), stxn-… in transaction_xfer_child_might()
631 if( stxn->kcur == dtxn->kcur && in transaction_xfer_child_might()
637 stxn->kacc != dtxn->kacc && in transaction_xfer_child_might()
1168 if(stxn == dtxn) in transaction_similar_match()
1171 DB( g_print(" date: %d - %d = %d\n", stxn->date, dtxn->date, stxn->date - dtxn->date) ); in transaction_similar_match()
1173 if( stxn->kcur == dtxn->kcur in transaction_similar_match()
1174 && stxn->amount == dtxn->amount in transaction_similar_match()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
H A Dydb_txn.h45 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/
H A Dydb_txn.cc419 int toku_txn_begin(DB_ENV *env, DB_TXN * stxn, DB_TXN ** txn, uint32_t flags) { in toku_txn_begin() argument
421 HANDLE_ILLEGAL_WORKING_PARENT_TXN(env, stxn); //Cannot create child while child already exists. in toku_txn_begin()
432 stxn && in toku_txn_begin()
433 (db_txn_struct_i(stxn)->flags & DB_TXN_READ_ONLY); in toku_txn_begin()
440 if (txn_declared_read_only && stxn && in toku_txn_begin()
480 if (stxn) { in toku_txn_begin()
481 child_isolation = db_txn_struct_i(stxn)->iso; in toku_txn_begin()
507 child_isolation = stxn ? db_txn_struct_i(stxn)->iso : TOKU_ISO_SERIALIZABLE; in toku_txn_begin()
513 if (stxn && child_isolation != db_txn_struct_i(stxn)->iso) { in toku_txn_begin()
538 result->parent = stxn; in toku_txn_begin()
[all …]
/dports/databases/db5/db-5.3.28/src/fileops/
H A Dfop_util.c216 DB_TXN *stxn; local
232 stxn = NULL;
685 if (stxn != NULL) {
687 stxn = NULL;
705 if (stxn != NULL) {
708 stxn = NULL;
721 if (stxn != NULL)
1181 DB_TXN *stxn; local
1189 stxn = NULL;
1223 stxn = NULL;
[all …]
/dports/databases/db18/db-18.1.40/src/fileops/
H A Dfop_util.c217 DB_TXN *stxn; local
233 stxn = NULL;
687 if (stxn != NULL) {
689 stxn = NULL;
707 if (stxn != NULL) {
710 stxn = NULL;
723 if (stxn != NULL)
1187 DB_TXN *stxn; local
1195 stxn = NULL;
1231 stxn = NULL;
[all …]

123