summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/src/tests/threaded_stress_test_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/src/tests/threaded_stress_test_helpers.h')
-rw-r--r--storage/tokudb/ft-index/src/tests/threaded_stress_test_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/tokudb/ft-index/src/tests/threaded_stress_test_helpers.h b/storage/tokudb/ft-index/src/tests/threaded_stress_test_helpers.h
index 2c2525a3165..f9da1693847 100644
--- a/storage/tokudb/ft-index/src/tests/threaded_stress_test_helpers.h
+++ b/storage/tokudb/ft-index/src/tests/threaded_stress_test_helpers.h
@@ -593,7 +593,7 @@ static void *worker(void *arg_v) {
uint64_t gid_val = txn->id64(txn);
uint64_t *gid_count_p = cast_to_typeof(gid_count_p) gid; // make gcc --happy about -Wstrict-aliasing
*gid_count_p = gid_val;
- int rr = txn->prepare(txn, gid);
+ int rr = txn->prepare(txn, gid, 0);
assert_zero(rr);
}
if (r == 0) {