[Groonga-mysql-commit] mroonga/mroonga at 32dddf9 [master] test: add missing "DROP TABLE"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 13 11:08:42 JST 2014


Kouhei Sutou	2014-10-13 11:08:42 +0900 (Mon, 13 Oct 2014)

  New Revision: 32dddf98b13ed1303a25389d08c151c7abb9f82a
  https://github.com/mroonga/mroonga/commit/32dddf98b13ed1303a25389d08c151c7abb9f82a

  Message:
    test: add missing "DROP TABLE"

  Modified files:
    mysql-test/mroonga/storage/alter_table/t/change_token_filter.test

  Modified: mysql-test/mroonga/storage/alter_table/t/change_token_filter.test (+1 -0)
===================================================================
--- mysql-test/mroonga/storage/alter_table/t/change_token_filter.test    2014-10-13 10:24:55 +0900 (41ac514)
+++ mysql-test/mroonga/storage/alter_table/t/change_token_filter.test    2014-10-13 11:08:42 +0900 (b1a720f)
@@ -43,6 +43,7 @@ ALTER TABLE terms COMMENT='default_tokenizer "TokenBigram", token_filters "Token
 SELECT mroonga_command("dump");
 
 DROP TABLE memos;
+DROP TABLE terms;
 
 --source ../../../include/mroonga/unload_mroonga_functions.inc
 --source ../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
Download 



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