diff options
Diffstat (limited to 'storage/tokudb/ft-index/ft/tests/recovery-empty.cc')
-rw-r--r-- | storage/tokudb/ft-index/ft/tests/recovery-empty.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/ft-index/ft/tests/recovery-empty.cc b/storage/tokudb/ft-index/ft/tests/recovery-empty.cc index 33c7333bc54..37acb97e82b 100644 --- a/storage/tokudb/ft-index/ft/tests/recovery-empty.cc +++ b/storage/tokudb/ft-index/ft/tests/recovery-empty.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: @@ -116,7 +116,7 @@ run_test(void) { } // run recovery - r = tokudb_recover(NULL, + r = tokuft_recover(NULL, NULL_prepared_txn_callback, NULL_keep_cachetable_callback, NULL_logger, TOKU_TEST_FILENAME, TOKU_TEST_FILENAME, 0, 0, 0, NULL, 0); |