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
This fixes #23519
When something goes wrong doing locale-aware string collation, the code
attempts to carry on as well as can be expected. Prior to this commit
the backout code was asymmetric, trying to undo things that had not been
done. This happened when the failure was early on.
In the case of this ticket, the platform has a defective locale that was
detectable before getting very far along.
The solution adopted here is to jump to a different label for those
early failures that does less backout than for later failures.
0 commit comments