[Groonga-mysql-commit] mroonga/mroonga [master] Use latin1

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Nov 17 13:17:57 JST 2012


Kouhei Sutou	2012-11-17 13:17:57 +0900 (Sat, 17 Nov 2012)

  New Revision: 3b347c339f5e42c47d294f8f92a04169d6569474
  https://github.com/mroonga/mroonga/commit/3b347c339f5e42c47d294f8f92a04169d6569474

  Log:
    Use latin1

  Modified files:
    test/sql/suite/mroonga/storage/index/primary/char/r/short.result
    test/sql/suite/mroonga/storage/index/primary/char/t/short.test

  Modified: test/sql/suite/mroonga/storage/index/primary/char/r/short.result (+2 -3)
===================================================================
--- test/sql/suite/mroonga/storage/index/primary/char/r/short.result    2012-11-17 13:17:03 +0900 (7a28536)
+++ test/sql/suite/mroonga/storage/index/primary/char/r/short.result    2012-11-17 13:17:57 +0900 (0f33168)
@@ -1,8 +1,7 @@
 DROP TABLE IF EXISTS ids;
-SET NAMES UTF8;
 CREATE TABLE ids (
-id CHAR(6) PRIMARY KEY
-) DEFAULT CHARSET UTF8;
+id CHAR(6) CHARACTER SET LATIN1 PRIMARY KEY
+);
 INSERT INTO ids VALUES("abcdef");
 INSERT INTO ids VALUES(  "cdef");
 INSERT INTO ids VALUES(    "ef");

  Modified: test/sql/suite/mroonga/storage/index/primary/char/t/short.test (+2 -3)
===================================================================
--- test/sql/suite/mroonga/storage/index/primary/char/t/short.test    2012-11-17 13:17:03 +0900 (95f3787)
+++ test/sql/suite/mroonga/storage/index/primary/char/t/short.test    2012-11-17 13:17:57 +0900 (f39d6d0)
@@ -20,10 +20,9 @@
 DROP TABLE IF EXISTS ids;
 --enable_warnings
 
-SET NAMES UTF8;
 CREATE TABLE ids (
-  id CHAR(6) PRIMARY KEY
-) DEFAULT CHARSET UTF8;
+  id CHAR(6) CHARACTER SET LATIN1 PRIMARY KEY
+);
 
 INSERT INTO ids VALUES("abcdef");
 INSERT INTO ids VALUES(  "cdef");
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-mysql-commit mailing list
Back to archive index