Kouhei Sutou
null+****@clear*****
Sat Nov 17 13:21:31 JST 2012
Kouhei Sutou 2012-11-17 13:21:31 +0900 (Sat, 17 Nov 2012) New Revision: 6632edef49dec67e6e1e7fcc9c43122b985d2a96 https://github.com/mroonga/mroonga/commit/6632edef49dec67e6e1e7fcc9c43122b985d2a96 Log: test: use lower case for type name and character set name Because they are not SQL keywords. 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 (+1 -1) =================================================================== --- test/sql/suite/mroonga/storage/index/primary/char/r/short.result 2012-11-17 13:20:29 +0900 (386edf0) +++ test/sql/suite/mroonga/storage/index/primary/char/r/short.result 2012-11-17 13:21:31 +0900 (fb08c66) @@ -1,6 +1,6 @@ DROP TABLE IF EXISTS ids; CREATE TABLE ids ( -id CHAR(6) CHARACTER SET LATIN1 PRIMARY KEY +id char(6) CHARACTER SET latin1 PRIMARY KEY ); INSERT INTO ids VALUES("abcdef"); INSERT INTO ids VALUES( "cdef"); Modified: test/sql/suite/mroonga/storage/index/primary/char/t/short.test (+1 -1) =================================================================== --- test/sql/suite/mroonga/storage/index/primary/char/t/short.test 2012-11-17 13:20:29 +0900 (b7bb40d) +++ test/sql/suite/mroonga/storage/index/primary/char/t/short.test 2012-11-17 13:21:31 +0900 (a6ae0ad) @@ -21,7 +21,7 @@ DROP TABLE IF EXISTS ids; --enable_warnings CREATE TABLE ids ( - id CHAR(6) CHARACTER SET LATIN1 PRIMARY KEY + id char(6) CHARACTER SET latin1 PRIMARY KEY ); INSERT INTO ids VALUES("abcdef"); -------------- next part -------------- HTML����������������������������... ダウンロード