You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this patch and after introducing sharding info hash cache [1]
calling delete on "_ddl_sharding_info" and "_ddl_sharding_func" spaces
resulted in "attempt to index local 'tuple' (a nil value)" trigger
error. This patch fixes the trigger. If sharding info record is deleted,
corresponding cache section will be deleted as well.
1. 428744dCloses#310
0 commit comments