mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 16:30:56 +00:00
Fix SIGSEGV in db_stresS
This commit is contained in:
parent
a4a2bfd6bd
commit
00211f9c5b
|
@ -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…
Reference in a new issue