Kouhei Sutou
null+****@clear*****
Fri Aug 9 17:28:49 JST 2013
Kouhei Sutou 2013-08-09 17:28:49 +0900 (Fri, 09 Aug 2013) New Revision: df1e677b6304d94d1277a5a6fdd14038b30b0cd4 https://github.com/mroonga/mroonga/commit/df1e677b6304d94d1277a5a6fdd14038b30b0cd4 Message: test: drop reference table before referenced table Modified files: test/sql/suite/mroonga/storage/column/groonga/scalar/r/with_not_for_mroonga_comment.result test/sql/suite/mroonga/storage/column/groonga/scalar/t/with_not_for_mroonga_comment.test Modified: test/sql/suite/mroonga/storage/column/groonga/scalar/r/with_not_for_mroonga_comment.result (+2 -1) =================================================================== --- test/sql/suite/mroonga/storage/column/groonga/scalar/r/with_not_for_mroonga_comment.result 2013-08-09 17:26:20 +0900 (a9b0955) +++ test/sql/suite/mroonga/storage/column/groonga/scalar/r/with_not_for_mroonga_comment.result 2013-08-09 17:28:49 +0900 (3f3e36f) @@ -23,4 +23,5 @@ name Linux MySQL groonga -DROP TABLE Tags, Bugs; +DROP TABLE Bugs; +DROP TABLE Tags; Modified: test/sql/suite/mroonga/storage/column/groonga/scalar/t/with_not_for_mroonga_comment.test (+2 -1) =================================================================== --- test/sql/suite/mroonga/storage/column/groonga/scalar/t/with_not_for_mroonga_comment.test 2013-08-09 17:26:20 +0900 (a3a55ba) +++ test/sql/suite/mroonga/storage/column/groonga/scalar/t/with_not_for_mroonga_comment.test 2013-08-09 17:28:49 +0900 (dd6810b) @@ -40,7 +40,8 @@ INSERT INTO Bugs (id, tag) VALUES (3, "groonga"); SELECT * FROM Bugs; SELECT * FROM Tags; -DROP TABLE Tags, Bugs; +DROP TABLE Bugs; +DROP TABLE Tags; --source include/mroonga/unload_mroonga_functions.inc --source include/mroonga/have_mroonga_deinit.inc -------------- next part -------------- HTML����������������������������...Download