Skip to content

Commit

Permalink
follow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Nov 24, 2021
1 parent 1caf446 commit e364702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/explaintest/r/new_character_set_builtin.result
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ select convert(convert('ㅂ' using gbk) using binary), convert('ㅂ' using binar
convert(convert('ㅂ' using gbk) using binary) convert('ㅂ' using binary)
? ㅂ
drop table if exists t;
drop table if exists t;
create table t (a char(20) charset utf8mb4, b char(20) charset gbk, c binary(20));
insert into t values ('一二三', '一二三', '一二三');
select md5(a), md5(b), md5(c) from t;
Expand Down

0 comments on commit e364702

Please sign in to comment.