Kentoku
null+****@clear*****
Sun May 19 19:01:44 JST 2013
Kentoku 2013-05-19 19:01:44 +0900 (Sun, 19 May 2013) New Revision: c5e85b42a5cef5f914467b886c7103925c44efe8 https://github.com/mroonga/mroonga/commit/c5e85b42a5cef5f914467b886c7103925c44efe8 Message: test: drop references table then referenced table It is limitation. Users should take care about it. refs #1729 Modified files: test/sql/suite/mroonga/storage/column/groonga/index/r/int_other_table.result test/sql/suite/mroonga/storage/column/groonga/index/t/int_other_table.test Modified: test/sql/suite/mroonga/storage/column/groonga/index/r/int_other_table.result (+2 -1) =================================================================== --- test/sql/suite/mroonga/storage/column/groonga/index/r/int_other_table.result 2013-05-18 18:41:18 +0900 (424297e) +++ test/sql/suite/mroonga/storage/column/groonga/index/r/int_other_table.result 2013-05-19 19:01:44 +0900 (e357ef5) @@ -40,5 +40,6 @@ FROM Bugs WHERE priority = 3; id priority 2 3 -DROP TABLE Priorities, Bugs; +DROP TABLE Bugs; +DROP TABLE Priorities; DROP DATABASE mroonga; Modified: test/sql/suite/mroonga/storage/column/groonga/index/t/int_other_table.test (+2 -1) =================================================================== --- test/sql/suite/mroonga/storage/column/groonga/index/t/int_other_table.test 2013-05-18 18:41:18 +0900 (64f6595) +++ test/sql/suite/mroonga/storage/column/groonga/index/t/int_other_table.test 2013-05-19 19:01:44 +0900 (3e6283d) @@ -45,7 +45,8 @@ SELECT * FROM Bugs WHERE priority = 3; -DROP TABLE Priorities, Bugs; +DROP TABLE Bugs; +DROP TABLE Priorities; DROP DATABASE mroonga; -------------- next part -------------- HTML����������������������������...Download