summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc')
-rw-r--r--storage/tokudb/ft-index/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/ft-index/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc b/storage/tokudb/ft-index/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc
index cec5aff8266..e1050b2da7f 100644
--- a/storage/tokudb/ft-index/ft/tests/cachetable-simple-pin-nonblocking-cheap.cc
+++ b/storage/tokudb/ft-index/ft/tests/cachetable-simple-pin-nonblocking-cheap.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:
@@ -164,7 +164,7 @@ run_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;