📄 ctype_big5.test
字号:
-- source include/have_big5.inc## Tests with the big5 character set#--disable_warningsdrop table if exists t1;--enable_warningsSET @test_character_set= 'big5';SET @test_collation= 'big5_chinese_ci';-- source include/ctype_common.incSET NAMES big5;SET collation_connection='big5_chinese_ci';-- source include/ctype_filesort.inc-- source include/ctype_innodb_like.inc-- source include/ctype_like_escape.incSET collation_connection='big5_bin';-- source include/ctype_filesort.inc-- source include/ctype_innodb_like.inc-- source include/ctype_like_escape.inc## Bugs#9357: TEXT columns break string with special word in BIG5 charset.#SET NAMES big5;CREATE TABLE t1 (a text) character set big5;INSERT INTO t1 VALUES ('
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -