jp_enum_ucs2.test
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:5k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. --source include/have_ucs2.inc
  2. # half-with kana is not handled correctly in 4.1
  3. # because of bug #5174
  4. # It will be fixed in 5.0
  5. --disable_warnings
  6. drop table if exists `T1`;
  7. drop table if exists `T2`;
  8. drop table if exists `T3`;
  9. drop table if exists `T4`;
  10. drop table if exists `T5`;
  11. drop table if exists `T6`;
  12. drop table if exists `T7`;
  13. drop table if exists `T8`;
  14. drop table if exists `T9`;
  15. drop table if exists `T10`;
  16. drop table if exists `T11`;
  17. drop table if exists `T12`;
  18. --enable_warnings
  19. #
  20. # Test ENUM values with Japanese characters in ucs2 encoding
  21. #
  22. SET NAMES ujis;
  23. SET character_set_database = ucs2;
  24. SET collation_connection = ucs2_general_ci;
  25. CREATE TABLE `T1` (`C1` ENUM('幈','幉','幊'), INDEX(`C1`)) DEFAULT CHARSET = ucs2 engine = innodb;
  26. CREATE TABLE `T2` (`C1` ENUM('あ','い','う'), INDEX(`C1`)) DEFAULT CHARSET = ucs2 engine = innodb;
  27. CREATE TABLE `T3` (`C1` ENUM('忢