Commit 6ad69c2c authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

refs #5407, modify a test, no progress on actual bug yet

git-svn-id: file:///svn/toku/tokudb@47208 c7de825b-a66e-492c-adef-691d508d4ae1
parent 586deda5
...@@ -143,7 +143,7 @@ static void move_number_to_child( ...@@ -143,7 +143,7 @@ static void move_number_to_child(
&v1, &v1,
&s1, &s1,
wc, fetch, def_pf_req_callback, def_pf_callback, wc, fetch, def_pf_req_callback, def_pf_callback,
PL_WRITE_EXPENSIVE, PL_WRITE_CHEAP,
NULL, NULL,
1, //num_dependent_pairs 1, //num_dependent_pairs
&f1, &f1,
...@@ -190,7 +190,7 @@ static void *move_numbers(void *arg) { ...@@ -190,7 +190,7 @@ static void *move_numbers(void *arg) {
&v1, &v1,
&s1, &s1,
wc, fetch, def_pf_req_callback, def_pf_callback, wc, fetch, def_pf_req_callback, def_pf_callback,
PL_WRITE_EXPENSIVE, PL_WRITE_CHEAP,
NULL, NULL,
0, //num_dependent_pairs 0, //num_dependent_pairs
NULL, NULL,
...@@ -256,7 +256,7 @@ static void merge_and_split_child( ...@@ -256,7 +256,7 @@ static void merge_and_split_child(
&v1, &v1,
&s1, &s1,
wc, fetch, def_pf_req_callback, def_pf_callback, wc, fetch, def_pf_req_callback, def_pf_callback,
PL_WRITE_EXPENSIVE, PL_WRITE_CHEAP,
NULL, NULL,
1, //num_dependent_pairs 1, //num_dependent_pairs
&f1, &f1,
...@@ -290,7 +290,7 @@ static void merge_and_split_child( ...@@ -290,7 +290,7 @@ static void merge_and_split_child(
&v1, &v1,
&s1, &s1,
wc, fetch, def_pf_req_callback, def_pf_callback, wc, fetch, def_pf_req_callback, def_pf_callback,
PL_WRITE_EXPENSIVE, PL_WRITE_CHEAP,
NULL, NULL,
2, //num_dependent_pairs 2, //num_dependent_pairs
cfs, cfs,
...@@ -368,7 +368,7 @@ static void *merge_and_split(void *arg) { ...@@ -368,7 +368,7 @@ static void *merge_and_split(void *arg) {
&v1, &v1,
&s1, &s1,
wc, fetch, def_pf_req_callback, def_pf_callback, wc, fetch, def_pf_req_callback, def_pf_callback,
PL_WRITE_EXPENSIVE, PL_WRITE_CHEAP,
NULL, NULL,
0, //num_dependent_pairs 0, //num_dependent_pairs
NULL, NULL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment