Skip to content

Commit 6fc4707

Browse files
ti-chi-botOreoxmt
authored andcommitted
update the default collation of GBK from gbk_bin to gbk_chinese_ci (pingcap#20234) (pingcap#20238)
1 parent 5930e6a commit 6fc4707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

character-set-gbk.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ SHOW COLLATION WHERE CHARSET = 'gbk';
2323
| Collation | Charset | Id | Default | Compiled | Sortlen |
2424
+----------------+---------+------+---------+----------+---------+
2525
| gbk_bin | gbk | 87 | | Yes | 1 |
26+
| gbk_chinese_ci | gbk | 28 | Yes | Yes | 1 |
2627
+----------------+---------+------+---------+----------+---------+
27-
1 rows in set (0.00 sec)
28+
2 rows in set (0.00 sec)
2829
```
2930

3031
## 与 MySQL 的兼容性

0 commit comments

Comments
 (0)