Commit 4d1f6ada authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2992], remove some tabs and put in spaces

git-svn-id: file:///svn/toku/tokudb@24902 c7de825b-a66e-492c-adef-691d508d4ae1
parent eb40534d
...@@ -3796,8 +3796,9 @@ toku_db_open(DB * db, DB_TXN * txn, const char *fname, const char *dbname, DBTYP ...@@ -3796,8 +3796,9 @@ toku_db_open(DB * db, DB_TXN * txn, const char *fname, const char *dbname, DBTYP
// create iname and make entry in directory // create iname and make entry in directory
u_int64_t id = 0; u_int64_t id = 0;
if (using_txns) if (using_txns) {
id = toku_txn_get_txnid(db_txn_struct_i(child)->tokutxn); id = toku_txn_get_txnid(db_txn_struct_i(child)->tokutxn);
}
create_iname_hint(dname, hint); create_iname_hint(dname, hint);
iname = create_iname(db->dbenv, id, hint, -1); // allocated memory for iname iname = create_iname(db->dbenv, id, hint, -1); // allocated memory for iname
toku_fill_dbt(&iname_dbt, iname, strlen(iname) + 1); toku_fill_dbt(&iname_dbt, iname, strlen(iname) + 1);
...@@ -4991,7 +4992,6 @@ void db_env_set_loader_size_factor (uint32_t factor) { ...@@ -4991,7 +4992,6 @@ void db_env_set_loader_size_factor (uint32_t factor) {
toku_brtloader_set_size_factor(factor); toku_brtloader_set_size_factor(factor);
} }
void db_env_set_mvcc_garbage_collection_verification(u_int32_t verification_mode) { void db_env_set_mvcc_garbage_collection_verification(u_int32_t verification_mode) {
garbage_collection_debug = (verification_mode != 0); garbage_collection_debug = (verification_mode != 0);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment