mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Fix #2630. close[t:2630]
git-svn-id: file:///svn/toku/tokudb@20405 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
da1467e398
commit
0d184b5625
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue