📄 ctype_euckr.test
字号:
-- source include/have_euckr.inc## Tests with the euckr character set#--disable_warningsdrop table if exists t1;--enable_warningsSET @test_character_set= 'euckr';SET @test_collation= 'euckr_korean_ci';-- source include/ctype_common.incSET NAMES euckr;SET collation_connection='euckr_korean_ci';-- source include/ctype_filesort.inc-- source include/ctype_innodb_like.inc-- source include/ctype_like_escape.incSET collation_connection='euckr_bin';-- source include/ctype_filesort.inc-- source include/ctype_innodb_like.inc-- source include/ctype_like_escape.inc## Bug#15377 Valid multibyte sequences are truncated on INSERT#SET NAMES euckr;CREATE TABLE t1 (a text) character set euckr;INSERT INTO t1 VALUES (0xA2E6),(0xFEF7);SELECT hex(a) FROM t1 ORDER BY a;DROP TABLE t1;# End of 4.1 tests
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -