ctype_big5.test

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TEST 代码 · 共 29 行

TEST
29
字号
-- 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 + =
减小字号Ctrl + -
显示快捷键?