sql: fix bug with BLOB TRIM() when X'00' in char set
The reason for the bug was that X'00' is a terminal symbol. If the char set contained X'00', all characters are ignored after it (including itself). Closes #3543
Loading
Please register or sign in to comment