Kouhei Sutou
null+****@clear*****
Sun Oct 12 22:16:25 JST 2014
Kouhei Sutou 2014-10-12 22:16:25 +0900 (Sun, 12 Oct 2014) New Revision: 1fc29c505230bafee63b31d0c4bc0000a52355fe https://github.com/mroonga/mroonga/commit/1fc29c505230bafee63b31d0c4bc0000a52355fe Message: test: ensure removing created tables If any table that uses Mroonga, we can't unload Mroonga. Modified files: mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/multiple_token_filters.result mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/one_token_filter.result mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/multiple_token_filters.test mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/one_token_filter.test mysql-test/mroonga/storage/fulltext/token_filters/r/skip.result mysql-test/mroonga/storage/fulltext/token_filters/t/skip.test Modified: mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/multiple_token_filters.result (+1 -0) =================================================================== --- mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/multiple_token_filters.result 2014-10-12 22:12:45 +0900 (eeff26a) +++ mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/multiple_token_filters.result 2014-10-12 22:16:25 +0900 (dd1a319) @@ -22,3 +22,4 @@ column_create Memos content COLUMN_SCALAR LongText column_create Memos id COLUMN_SCALAR Int32 column_create Terms content COLUMN_INDEX|WITH_POSITION Memos content DROP TABLE Memos; +DROP TABLE Terms; Modified: mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/one_token_filter.result (+1 -0) =================================================================== --- mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/one_token_filter.result 2014-10-12 22:12:45 +0900 (bf6ccf5) +++ mysql-test/mroonga/storage/create/table/token_filters/table_comment/r/one_token_filter.result 2014-10-12 22:16:25 +0900 (fd6cbb8) @@ -22,3 +22,4 @@ column_create Memos content COLUMN_SCALAR LongText column_create Memos id COLUMN_SCALAR Int32 column_create Terms content COLUMN_INDEX|WITH_POSITION Memos content DROP TABLE Memos; +DROP TABLE Terms; Modified: mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/multiple_token_filters.test (+1 -0) =================================================================== --- mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/multiple_token_filters.test 2014-10-12 22:12:45 +0900 (411af31) +++ mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/multiple_token_filters.test 2014-10-12 22:16:25 +0900 (4ce63a6) @@ -38,6 +38,7 @@ CREATE TABLE Memos ( SELECT mroonga_command("dump"); DROP TABLE Memos; +DROP TABLE Terms; --source ../../../../../../include/mroonga/unload_mroonga_functions.inc --source ../../../../../../include/mroonga/have_mroonga_deinit.inc Modified: mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/one_token_filter.test (+1 -0) =================================================================== --- mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/one_token_filter.test 2014-10-12 22:12:45 +0900 (616ae63) +++ mysql-test/mroonga/storage/create/table/token_filters/table_comment/t/one_token_filter.test 2014-10-12 22:16:25 +0900 (5c966b1) @@ -38,6 +38,7 @@ CREATE TABLE Memos ( SELECT mroonga_command("dump"); DROP TABLE Memos; +DROP TABLE Terms; --source ../../../../../../include/mroonga/unload_mroonga_functions.inc --source ../../../../../../include/mroonga/have_mroonga_deinit.inc Modified: mysql-test/mroonga/storage/fulltext/token_filters/r/skip.result (+1 -0) =================================================================== --- mysql-test/mroonga/storage/fulltext/token_filters/r/skip.result 2014-10-12 22:12:45 +0900 (378f352) +++ mysql-test/mroonga/storage/fulltext/token_filters/r/skip.result 2014-10-12 22:16:25 +0900 (dadf5da) @@ -27,3 +27,4 @@ id content 1 Hello 2 Hello and Good-bye DROP TABLE Memos; +DROP TABLE Terms; Modified: mysql-test/mroonga/storage/fulltext/token_filters/t/skip.test (+1 -0) =================================================================== --- mysql-test/mroonga/storage/fulltext/token_filters/t/skip.test 2014-10-12 22:12:45 +0900 (4c44f12) +++ mysql-test/mroonga/storage/fulltext/token_filters/t/skip.test 2014-10-12 22:16:25 +0900 (2f13f68) @@ -55,6 +55,7 @@ SELECT * FROM Memos WHERE MATCH (content) AGAINST ("+\"Hello and\"" IN BOOLEAN MODE); DROP TABLE Memos; +DROP TABLE Terms; --source ../../../../include/mroonga/unload_mroonga_functions.inc --source ../../../../include/mroonga/have_mroonga_deinit.inc -------------- next part -------------- HTML����������������������������...Download