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
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
createtablet(a char(10) collate utf8mb4_general_ci, b char(10) collate utf8mb4_unicode_ci);
insert into t values ('a', 'a')
select concat(a, 0x80) from t;
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
it should not be binary
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: