[Groonga-mysql-commit] mroonga/mroonga at efecd46 [master] test: drop references table then referenced table

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 14 14:35:25 JST 2013


Kouhei Sutou	2013-05-14 14:35:25 +0900 (Tue, 14 May 2013)

  New Revision: efecd46048b4cf124a6810bd90dc776603625d8f
  https://github.com/mroonga/mroonga/commit/efecd46048b4cf124a6810bd90dc776603625d8f

  Message:
    test: drop references table then referenced table
    
    It is limitation. Users should take care about it.

  Modified files:
    test/sql/suite/mroonga/storage/column/groonga/index/r/fulltext_other_table.result
    test/sql/suite/mroonga/storage/column/groonga/index/t/fulltext_other_table.test

  Modified: test/sql/suite/mroonga/storage/column/groonga/index/r/fulltext_other_table.result (+2 -1)
===================================================================
--- test/sql/suite/mroonga/storage/column/groonga/index/r/fulltext_other_table.result    2013-05-13 16:19:36 +0900 (832154c)
+++ test/sql/suite/mroonga/storage/column/groonga/index/r/fulltext_other_table.result    2013-05-14 14:35:25 +0900 (1631026)
@@ -37,5 +37,6 @@ FROM Bugs
 WHERE MATCH (tags) AGAINST ("MySQL" IN BOOLEAN MODE);
 id	tags	score
 1	Linux MySQL groonga	1
-DROP TABLE Tags, Bugs;
+DROP TABLE Bugs;
+DROP TABLE Tags;
 DROP DATABASE mroonga;

  Modified: test/sql/suite/mroonga/storage/column/groonga/index/t/fulltext_other_table.test (+2 -1)
===================================================================
--- test/sql/suite/mroonga/storage/column/groonga/index/t/fulltext_other_table.test    2013-05-13 16:19:36 +0900 (6a87f29)
+++ test/sql/suite/mroonga/storage/column/groonga/index/t/fulltext_other_table.test    2013-05-14 14:35:25 +0900 (0d8e14d)
@@ -44,7 +44,8 @@ SELECT *, MATCH (tags) AGAINST ("MySQL" IN BOOLEAN MODE) AS score
        FROM Bugs
        WHERE MATCH (tags) AGAINST ("MySQL" IN BOOLEAN MODE);
 
-DROP TABLE Tags, Bugs;
+DROP TABLE Bugs;
+DROP TABLE Tags;
 
 DROP DATABASE mroonga;
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index