diff options
Diffstat (limited to 'storage/tokudb/ft-index/ft/tests/cachetable-getandpin-test.cc')
-rw-r--r-- | storage/tokudb/ft-index/ft/tests/cachetable-getandpin-test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/ft-index/ft/tests/cachetable-getandpin-test.cc b/storage/tokudb/ft-index/ft/tests/cachetable-getandpin-test.cc index 6165de34eb0..b3e4dfa1d9a 100644 --- a/storage/tokudb/ft-index/ft/tests/cachetable-getandpin-test.cc +++ b/storage/tokudb/ft-index/ft/tests/cachetable-getandpin-test.cc @@ -29,7 +29,7 @@ COPYING CONDITIONS NOTICE: COPYRIGHT NOTICE: - TokuDB, Tokutek Fractal Tree Indexing Library. + TokuFT, Tokutek Fractal Tree Indexing Library. Copyright (C) 2007-2013 Tokutek, Inc. DISCLAIMER: @@ -134,7 +134,7 @@ cachetable_getandpin_test (int n) { const int test_limit = 1024*1024; int r; CACHETABLE ct; - toku_cachetable_create(&ct, test_limit, ZERO_LSN, NULL_LOGGER); + toku_cachetable_create(&ct, test_limit, ZERO_LSN, nullptr); const char *fname1 = TOKU_TEST_FILENAME; unlink(fname1); CACHEFILE f1; |