[Groonga-mysql-commit] mroonga/mroonga at fa77fa1 [master] test: follow ID change by adding new normalizers in groonga-mormalizer-mysql

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 25 12:23:34 JST 2015


Kouhei Sutou	2015-03-25 12:23:34 +0900 (Wed, 25 Mar 2015)

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

  Message:
    test: follow ID change by adding new normalizers in groonga-mormalizer-mysql

  Modified files:
    mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result
    mysql-test/mroonga/wrapper/repair_table/t/no_files.test
    mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test

  Modified: mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result (+1 -1)
===================================================================
--- mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result    2015-03-25 12:23:14 +0900 (47269e6)
+++ mysql-test/mroonga/wrapper/repair_table/r/no_index_file.result    2015-03-25 12:23:34 +0900 (a501238)
@@ -23,7 +23,7 @@ id	title	body
 2	groonga (1)	starting groonga...
 FLUSH TABLES;
 SELECT * FROM diaries WHERE MATCH(body) AGAINST("starting");
-ERROR HY000: syscall error 'repair_test.mrn.0000104' (No such file or directory)
+ERROR HY000: syscall error 'repair_test.mrn.0000106' (No such file or directory)
 REPAIR TABLE diaries;
 Table	Op	Msg_type	Msg_text
 repair_test.diaries	repair	status	OK

  Modified: mysql-test/mroonga/wrapper/repair_table/t/no_files.test (+3 -3)
===================================================================
--- mysql-test/mroonga/wrapper/repair_table/t/no_files.test    2015-03-25 12:23:14 +0900 (f7e6d7a)
+++ mysql-test/mroonga/wrapper/repair_table/t/no_files.test    2015-03-25 12:23:34 +0900 (ac2a10c)
@@ -39,10 +39,10 @@ SELECT * FROM diaries WHERE MATCH(body) AGAINST("starting");
 --remove_file $MYSQLD_DATADIR/repair_test.mrn
 --remove_file $MYSQLD_DATADIR/repair_test.mrn.001
 --remove_file $MYSQLD_DATADIR/repair_test.mrn.0000000
---remove_file $MYSQLD_DATADIR/repair_test.mrn.0000103
---remove_file $MYSQLD_DATADIR/repair_test.mrn.0000104
 --remove_file $MYSQLD_DATADIR/repair_test.mrn.0000105
---remove_file $MYSQLD_DATADIR/repair_test.mrn.0000105.c
+--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000106
+--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000107
+--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000107.c
 
 FLUSH TABLES;
 

  Modified: mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test (+1 -1)
===================================================================
--- mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test    2015-03-25 12:23:14 +0900 (263f23e)
+++ mysql-test/mroonga/wrapper/repair_table/t/no_index_file.test    2015-03-25 12:23:34 +0900 (d6e2a04)
@@ -36,7 +36,7 @@ INSERT INTO diaries (title, body) VALUES ("groonga (2)", "started groonga.");
 
 SELECT * FROM diaries WHERE MATCH(body) AGAINST("starting");
 
---remove_file $MYSQLD_DATADIR/repair_test.mrn.0000104
+--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000106
 
 FLUSH TABLES;
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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