?? jp_enum_ucs2.test
字號:
--source include/have_ucs2.inc# half-with kana is not handled correctly in 4.1# because of bug #5174# It will be fixed in 5.0--disable_warningsdrop table if exists `T1`;drop table if exists `T2`;drop table if exists `T3`;drop table if exists `T4`;drop table if exists `T5`;drop table if exists `T6`;drop table if exists `T7`;drop table if exists `T8`;drop table if exists `T9`;drop table if exists `T10`;drop table if exists `T11`;drop table if exists `T12`;--enable_warnings## Test ENUM values with Japanese characters in ucs2 encoding#SET NAMES ujis;SET character_set_database = ucs2;SET collation_connection = ucs2_general_ci;CREATE TABLE `T1` (`C1` ENUM('幈','幉','幊'), INDEX(`C1`)) DEFAULT CHARSET = ucs2 engine = innodb;CREATE TABLE `T2` (`C1` ENUM('あ','い','う'), INDEX(`C1`)) DEFAULT CHARSET = ucs2 engine = innodb;CREATE TABLE `T3` (`C1` ENUM('忢
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -