/* -*- mode: C; c-basic-offset: 4 -*- */ #ident "Copyright (c) 2007, 2008 Tokutek Inc. All rights reserved." #include "includes.h" #include "test.h" static TOKUTXN const null_txn = 0; static DB * const null_db = 0; static void test2 (int memcheck, int limit) { BRT t; int r; int i; CACHETABLE ct; char fname[]= __FILE__ "2.brt"; toku_memory_check=memcheck; if (verbose) printf("%s:%d checking\n", __FILE__, __LINE__); toku_memory_check_all_free(); r = toku_brt_create_cachetable(&ct, 0, ZERO_LSN, NULL_LOGGER); assert(r==0); unlink(fname); r = toku_open_brt(fname, 0, 1, &t, 1024, ct, null_txn, toku_default_compare_fun, null_db); if (verbose) printf("%s:%d did setup\n", __FILE__, __LINE__); assert(r==0); for (i=0; i