v.25.7Bug Fix (user-visible misbehavior in an official stable release)

Support input strings of type "FixedString(N)"

Functions trim{Left,Right,Both} now support input strings of type "FixedString(N)". For example, SELECT trimBoth(toFixedString('abc', 3), 'ac') now works. #82691 (Robert Schulze).