Fix SIGSEGV in db_stresS

main
Igor Canadi 10 years ago
parent a4a2bfd6bd
commit 00211f9c5b
  1. 2
      tools/db_stress.cc

@ -752,7 +752,7 @@ struct ThreadState {
Stats stats;
ThreadState(uint32_t index, SharedState* _shared)
: tid(index), rand(1000 + index + shared->GetSeed()), shared(_shared) {}
: tid(index), rand(1000 + index + _shared->GetSeed()), shared(_shared) {}
};
} // namespace

Loading…
Cancel
Save