mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
remove lsn checking now that checkpoints are enabled
git-svn-id: file:///svn/toku/tokudb@20200 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
fe23612513
commit
aa244950db
1 changed files with 0 additions and 3 deletions
|
@ -237,7 +237,6 @@ static void test_loader(DB **dbs)
|
|||
r = loader->set_poll_function(loader, poll_function, expect_poll_void);
|
||||
CKERR(r);
|
||||
|
||||
uint64_t before_puts = toku_test_get_latest_lsn(env);
|
||||
// using loader->put, put values into DB
|
||||
DBT key, val;
|
||||
unsigned int k, v;
|
||||
|
@ -250,8 +249,6 @@ static void test_loader(DB **dbs)
|
|||
CKERR(r);
|
||||
if ( CHECK_RESULTS || verbose) { if((i%10000) == 0){printf("."); fflush(stdout);} }
|
||||
}
|
||||
uint64_t after_puts = toku_test_get_latest_lsn(env);
|
||||
assert(before_puts == after_puts);
|
||||
if( CHECK_RESULTS || verbose ) {printf("\n"); fflush(stdout);}
|
||||
|
||||
poll_count=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue