From 0d184b56256a0a40f2bc79085ee7590ebd7fc93c Mon Sep 17 00:00:00 2001 From: "Bradley C. Kuszmaul" Date: Tue, 16 Apr 2013 23:59:13 -0400 Subject: [PATCH] Fix #2630. close[t:2630] git-svn-id: file:///svn/toku/tokudb@20405 c7de825b-a66e-492c-adef-691d508d4ae1 --- newbrt/brtloader-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newbrt/brtloader-internal.h b/newbrt/brtloader-internal.h index 47e3aaa0748..7a699366d07 100644 --- a/newbrt/brtloader-internal.h +++ b/newbrt/brtloader-internal.h @@ -192,9 +192,9 @@ int sort_and_write_rows (struct rowset rows, struct merge_fileset *fs, BRTLOADER int mergesort_row_array (struct row rows[/*n*/], int n, int which_db, DB *dest_db, brt_compare_func, BRTLOADER, struct rowset *); +CILK_END //int write_file_to_dbfile (int outfile, FIDX infile, BRTLOADER bl, const struct descriptor *descriptor, int progress_allocation); -CILK_END int toku_merge_some_files_using_dbufio (const BOOL to_q, FIDX dest_data, QUEUE q, int n_sources, DBUFIO_FILESET bfs, FIDX srcs_fidxs[/*n_sources*/], BRTLOADER bl, int which_db, DB *dest_db, brt_compare_func compare, int progress_allocation); int brt_loader_sort_and_write_rows (struct rowset *rows, struct merge_fileset *fs, BRTLOADER bl, int which_db, DB *dest_db, brt_compare_func,