Kouhei Sutou
null+****@clear*****
Mon Aug 19 12:22:02 JST 2013
Kouhei Sutou 2013-08-19 12:22:02 +0900 (Mon, 19 Aug 2013) New Revision: 8e9267763c3aa7fd673550e841ad1bce71ea1fd1 https://github.com/mroonga/mroonga/commit/8e9267763c3aa7fd673550e841ad1bce71ea1fd1 Message: test mysql56: follow MySQL 5.6.13 change MySQL reports an error for no FULLTEXT index case since MySQL 5.6.13. Copied files: test/sql/suite/mroonga/storage/fulltext/version_55/r/no_such_key.result (from test/sql/suite/mroonga/storage/fulltext/r/no_such_key.result) test/sql/suite/mroonga/storage/fulltext/version_55/t/no_such_key.test (from test/sql/suite/mroonga/storage/fulltext/t/no_such_key.test) Renamed files: test/sql/suite/mroonga/storage/fulltext/version_56/r/no_such_key.result (from test/sql/suite/mroonga/storage/fulltext/r/no_such_key.result) test/sql/suite/mroonga/storage/fulltext/version_56/t/no_such_key.test (from test/sql/suite/mroonga/storage/fulltext/t/no_such_key.test) Copied: test/sql/suite/mroonga/storage/fulltext/version_55/r/no_such_key.result (+0 -0) 100% =================================================================== Copied: test/sql/suite/mroonga/storage/fulltext/version_55/t/no_such_key.test (+2 -1) 93% =================================================================== --- test/sql/suite/mroonga/storage/fulltext/t/no_such_key.test 2013-08-19 10:53:11 +0900 (1b49a5a) +++ test/sql/suite/mroonga/storage/fulltext/version_55/t/no_such_key.test 2013-08-19 12:22:02 +0900 (bd89611) @@ -1,4 +1,4 @@ -# Copyright(C) 2011 Kouhei Sutou <kou �� clear-code.com> +# Copyright(C) 2011-2013 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -14,6 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +--source include/mroonga/have_version_55.inc --source include/mroonga/have_mroonga.inc --disable_warnings Renamed: test/sql/suite/mroonga/storage/fulltext/version_56/r/no_such_key.result (+1 -1) 92% =================================================================== --- test/sql/suite/mroonga/storage/fulltext/r/no_such_key.result 2013-08-19 10:53:11 +0900 (e9081dd) +++ test/sql/suite/mroonga/storage/fulltext/version_56/r/no_such_key.result 2013-08-19 12:22:02 +0900 (e8c4b89) @@ -21,5 +21,5 @@ INSERT INTO diaries (title, body) VALUES ("groonga (1)", "starting groonga..."); INSERT INTO diaries (title, body) VALUES ("groonga (2)", "started groonga."); SELECT * FROM diaries FORCE INDEX(primary) WHERE MATCH(title) AGAINST("survey" IN BOOLEAN MODE); -id title body +ERROR HY000: Can't find FULLTEXT index matching the column list DROP TABLE diaries; Renamed: test/sql/suite/mroonga/storage/fulltext/version_56/t/no_such_key.test (+3 -1) 91% =================================================================== --- test/sql/suite/mroonga/storage/fulltext/t/no_such_key.test 2013-08-19 10:53:11 +0900 (1b49a5a) +++ test/sql/suite/mroonga/storage/fulltext/version_56/t/no_such_key.test 2013-08-19 12:22:02 +0900 (94de2ca) @@ -1,4 +1,4 @@ -# Copyright(C) 2011 Kouhei Sutou <kou �� clear-code.com> +# Copyright(C) 2011-2013 Kouhei Sutou <kou �� clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -14,6 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +--source include/mroonga/have_version_56.inc --source include/mroonga/have_mroonga.inc --disable_warnings @@ -33,6 +34,7 @@ INSERT INTO diaries (title, body) VALUES ("survey", "will start groonga!"); INSERT INTO diaries (title, body) VALUES ("groonga (1)", "starting groonga..."); INSERT INTO diaries (title, body) VALUES ("groonga (2)", "started groonga."); +-- error ER_FT_MATCHING_KEY_NOT_FOUND SELECT * FROM diaries FORCE INDEX(primary) WHERE MATCH(title) AGAINST("survey" IN BOOLEAN MODE); -------------- next part -------------- HTML����������������������������...ダウンロード