Skip to content
Snippets Groups Projects
Commit ff4ea86e authored by Roman Khabibov's avatar Roman Khabibov Committed by Kirill Yukhin
Browse files

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
parent 911139e3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment