diff options
Diffstat (limited to 'storage/tokudb/ft-index/ft/tests/cachetable-checkpoint-test.cc')
-rw-r--r-- | storage/tokudb/ft-index/ft/tests/cachetable-checkpoint-test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/tokudb/ft-index/ft/tests/cachetable-checkpoint-test.cc b/storage/tokudb/ft-index/ft/tests/cachetable-checkpoint-test.cc index e86e7de4bb0..f1ea464d952 100644 --- a/storage/tokudb/ft-index/ft/tests/cachetable-checkpoint-test.cc +++ b/storage/tokudb/ft-index/ft/tests/cachetable-checkpoint-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: @@ -93,7 +93,7 @@ PATENT RIGHTS GRANT: #include <unistd.h> -#include "checkpoint.h" +#include "cachetable/checkpoint.h" static const int item_size = 1; @@ -145,7 +145,7 @@ static void cachetable_checkpoint_test(int n, enum cachetable_dirty dirty) { const int test_limit = n; 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; |