Skip to content

Commit

Permalink
Update pika_migrate_thread.cc (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
chejinge authored Feb 23, 2024
1 parent 9a6661c commit 4f1bd36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pika_migrate_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ PikaParseSendThread::PikaParseSendThread(PikaMigrateThread *migrate_thread, cons
timeout_ms_(3000),
mgrtkeys_num_(64),
should_exit_(false),
migrate_thread_(migrate_thread) {}
migrate_thread_(migrate_thread),
db_(db) {}

PikaParseSendThread::~PikaParseSendThread() {
if (is_running()) {
Expand Down

0 comments on commit 4f1bd36

Please sign in to comment.