diff options
Diffstat (limited to 'storage/tokudb/ft-index/ft/tests/cachetable-clone-unpin-remove.cc')
-rw-r--r-- | storage/tokudb/ft-index/ft/tests/cachetable-clone-unpin-remove.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/ft-index/ft/tests/cachetable-clone-unpin-remove.cc b/storage/tokudb/ft-index/ft/tests/cachetable-clone-unpin-remove.cc index 1aeff2ee28e..f6cf0ec34c7 100644 --- a/storage/tokudb/ft-index/ft/tests/cachetable-clone-unpin-remove.cc +++ b/storage/tokudb/ft-index/ft/tests/cachetable-clone-unpin-remove.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: @@ -137,7 +137,7 @@ cachetable_test (void) { const int test_limit = 12; 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; |