Commit a6d45093 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:3884] adding Id keyword

git-svn-id: file:///svn/toku/tokudb@34527 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1e4c3fa6
...@@ -665,8 +665,8 @@ toku_create_compressed_partition_from_available( ...@@ -665,8 +665,8 @@ toku_create_compressed_partition_from_available(
// tests are showing that serial insertions are slightly faster // tests are showing that serial insertions are slightly faster
// using the pthreads than using CILK. Disabling CILK until we have // using the pthreads than using CILK. Disabling CILK until we have
// some evidence that it is faster // some evidence that it is faster
//#ifdef HAVE_CILK #ifdef HAVE_CILK
#if 0 //#if 0
static void static void
serialize_and_compress(BRTNODE node, int npartitions, struct sub_block sb[]) { serialize_and_compress(BRTNODE node, int npartitions, struct sub_block sb[]) {
......
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