Skip to content

Commit 586cf7e

Browse files
committed
Fix crash on tpt sc resume
Signed-off-by: mdouglas47 <[email protected]>
1 parent 393d6fc commit 586cf7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemachange/sc_logic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ static int verify_sc_resumed_for_all_shards(void *obj, void *arg)
10291029
sc_arg.s = tpt_sc->s;
10301030
sc_arg.check_extra_shard = 1;
10311031
sc_arg.lockless = 1;
1032+
sc_arg.part_name = tpt_sc->viewname;
10321033
timepart_foreach_shard(verify_sc_resumed_for_shard, &sc_arg);
10331034
tpt_sc->s = sc_arg.s;
10341035
return 0;

0 commit comments

Comments
 (0)