Skip to content

Commit

Permalink
schema change does not stop threads anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Dorin Hogea <dhogea@bloomberg.net>
  • Loading branch information
dorinhogea committed Nov 1, 2023
1 parent f4a923f commit f990e2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schemachange/sc_schema.c
Original file line number Diff line number Diff line change
Expand Up @@ -1505,8 +1505,4 @@ void change_schemas_recover(char *table)
}
backout_schemas(table);
live_sc_off(db);

if (db_is_stopped()) {
resume_threads(thedb);
}
}

0 comments on commit f990e2c

Please sign in to comment.