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

MySQL数据库

开发平台:

Visual C++

  1. --character_set sjis
  2. --disable_warnings
  3. DROP TABLE IF EXISTS t1;
  4. DROP TABLE IF EXISTS t2;
  5. DROP TABLE IF EXISTS t3;
  6. DROP TABLE IF EXISTS t4;
  7. --enable_warnings
  8. #
  9. # Test Prepares Statement with Japanese character in sjis encoding
  10. #
  11. SET NAMES sjis;
  12. SET character_set_database = sjis;
  13. ### Test InnoDB ###
  14. CREATE TABLE t1(c1 char(3)) DEFAULT CHARSET = sjis ENGINE = InnoDB;
  15. CREATE TABLE t2(c1 char(3)) DEFAULT CHARSET = sjis ENGINE = InnoDB;
  16. CREATE TABLE t3(
  17.  `盽  char(1),
  18.  `偁` char(1),
  19.  `昞` char(1)
  20. )DEFAULT CHARSET = sjis ENGINE = InnoDB;
  21. CREATE TABLE t4(c1 char(1)) DEFAULT CHARSET = sjis ENGINE = InnoDB;
  22. INSERT INTO t1 VALUES ('xxx');
  23. INSERT INTO t2 VALUES ('眰爼');
  24. INSERT INTO t3 VALUES ('x','x','x'),('x','x','x'),('y','y','y'),('y','y','y'),('z','z','z'),('z','z','z');
  25. INSERT INTO t4 VALUES ('