Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2063b40c
Commit
2063b40c
authored
May 19, 2010
by
Bradley C. Kuszmaul
Committed by
Yoni Fogel
Apr 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #2630. close[t:2630]
git-svn-id:
file:///svn/toku/tokudb@20405
c7de825b-a66e-492c-adef-691d508d4ae1
parent
a3a899af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
newbrt/brtloader-internal.h
newbrt/brtloader-internal.h
+1
-1
No files found.
newbrt/brtloader-internal.h
View file @
2063b40c
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment