summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/src/ydb_txn.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/src/ydb_txn.h')
-rw-r--r--storage/tokudb/ft-index/src/ydb_txn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/tokudb/ft-index/src/ydb_txn.h b/storage/tokudb/ft-index/src/ydb_txn.h
index 9992d267737..454b6578e9f 100644
--- a/storage/tokudb/ft-index/src/ydb_txn.h
+++ b/storage/tokudb/ft-index/src/ydb_txn.h
@@ -107,6 +107,9 @@ int locked_txn_abort(DB_TXN *txn);
void toku_keep_prepared_txn_callback(DB_ENV *env, TOKUTXN tokutxn);
+bool toku_is_big_txn(DB_TXN *txn);
+bool toku_is_big_tokutxn(TOKUTXN tokutxn);
+
// Test-only function
extern "C" void toku_increase_last_xid(DB_ENV *env, uint64_t increment) __attribute__((__visibility__("default")));