Kouhei Sutou
null+****@clear*****
Thu Oct 24 11:12:31 JST 2013
Kouhei Sutou 2013-10-24 11:12:31 +0900 (Thu, 24 Oct 2013) New Revision: a2847cf958b771e208df75e3709cd63c6661330d https://github.com/mroonga/mroonga/commit/a2847cf958b771e208df75e3709cd63c6661330d Message: test: use the official InnoDB notation We can use "innodb" for the case. But we can also respect the oofical notation. :-) Modified files: mysql-test/mroonga/wrapper/index/force_index/r/not_used.result mysql-test/mroonga/wrapper/index/force_index/t/not_used.test Modified: mysql-test/mroonga/wrapper/index/force_index/r/not_used.result (+1 -1) =================================================================== --- mysql-test/mroonga/wrapper/index/force_index/r/not_used.result 2013-10-24 11:09:37 +0900 (37fe2b3) +++ mysql-test/mroonga/wrapper/index/force_index/r/not_used.result 2013-10-24 11:12:31 +0900 (3fbc85f) @@ -1,7 +1,7 @@ DROP TABLE IF EXISTS ids; CREATE TABLE ids ( id INT PRIMARY KEY AUTO_INCREMENT -) DEFAULT CHARSET UTF8 COMMENT = 'engine "innodb"'; +) DEFAULT CHARSET UTF8 COMMENT = 'engine "InnoDB"'; SELECT COUNT(*) FROM ids FORCE INDEX(PRIMARY); COUNT(*) 0 Modified: mysql-test/mroonga/wrapper/index/force_index/t/not_used.test (+1 -1) =================================================================== --- mysql-test/mroonga/wrapper/index/force_index/t/not_used.test 2013-10-24 11:09:37 +0900 (597256b) +++ mysql-test/mroonga/wrapper/index/force_index/t/not_used.test 2013-10-24 11:12:31 +0900 (7e5a2a2) @@ -24,7 +24,7 @@ DROP TABLE IF EXISTS ids; CREATE TABLE ids ( id INT PRIMARY KEY AUTO_INCREMENT -) DEFAULT CHARSET UTF8 COMMENT = 'engine "innodb"'; +) DEFAULT CHARSET UTF8 COMMENT = 'engine "InnoDB"'; SELECT COUNT(*) FROM ids FORCE INDEX(PRIMARY); DROP TABLE ids; -------------- next part -------------- HTML����������������������������...下载