[Groonga-mysql-commit] mroonga/mroonga [master] test: add a missing "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 20 16:43:09 JST 2012


Kouhei Sutou	2012-11-20 16:43:09 +0900 (Tue, 20 Nov 2012)

  New Revision: 51ad1c22e92f3d139ee6c8d8ec2d06663f70dbef
  https://github.com/mroonga/mroonga/commit/51ad1c22e92f3d139ee6c8d8ec2d06663f70dbef

  Log:
    test: add a missing ";"

  Modified files:
    test/sql/suite/mroonga/storage/alter_table/disable_keys/version_56/t/fulltext.test

  Modified: test/sql/suite/mroonga/storage/alter_table/disable_keys/version_56/t/fulltext.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/alter_table/disable_keys/version_56/t/fulltext.test    2012-11-20 16:42:52 +0900 (e062631)
+++ test/sql/suite/mroonga/storage/alter_table/disable_keys/version_56/t/fulltext.test    2012-11-20 16:43:09 +0900 (9975e9c)
@@ -42,7 +42,7 @@ SELECT *
        FORCE INDEX (title_index)
        WHERE MATCH (title) AGAINST ("富士山");
 
-ALTER TABLE diaries DISABLE KEYS
+ALTER TABLE diaries DISABLE KEYS;
 
 --error ER_FT_MATCHING_KEY_NOT_FOUND
 EXPLAIN
-------------- next part --------------
HTML����������������������������...
Télécharger 



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