⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jp_enum_ucs2.test

📁 这个文件是windows mysql源码
💻 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 + -