Navigation Menu

Skip to content

Commit

Permalink
test: follow ID change by adding new normalizers in groonga-mormalize…
Browse files Browse the repository at this point in the history
…r-mysql
  • Loading branch information
kou committed Mar 25, 2015
1 parent 7963704 commit fa77fa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions mysql-test/mroonga/wrapper/repair_table/t/no_files.test
Expand Up @@ -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;

Expand Down
Expand Up @@ -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;

Expand Down

0 comments on commit fa77fa1

Please sign in to comment.