Kouhei Sutou
null+****@clear*****
Thu Nov 26 12:25:01 JST 2015
Kouhei Sutou 2015-11-26 12:25:01 +0900 (Thu, 26 Nov 2015) New Revision: 7c326db310481abc50745ca8c289468c04522441 https://github.com/mroonga/mroonga/commit/7c326db310481abc50745ca8c289468c04522441 Message: test: follow error message change in Groonga Modified files: mysql-test/mroonga/storage/repair_table/r/no_index_file.result mysql-test/mroonga/storage/repair_table/t/no_index_file.test Modified: mysql-test/mroonga/storage/repair_table/r/no_index_file.result (+1 -1) =================================================================== --- mysql-test/mroonga/storage/repair_table/r/no_index_file.result 2015-11-26 12:23:27 +0900 (ca4d8f8) +++ mysql-test/mroonga/storage/repair_table/r/no_index_file.result 2015-11-26 12:25:01 +0900 (d71b394) @@ -23,7 +23,7 @@ id title body 2 Groonga (1) starting Groonga... FLUSH TABLES; SELECT * FROM diaries WHERE MATCH(body) AGAINST("+starting" IN BOOLEAN MODE); -ERROR HY000: syscall error 'repair_test.mrn.000010E.c' (No such file or directory) +ERROR HY000: system call error: No such file or directory: failed to open path: <repair_test.mrn.000010E.c> REPAIR TABLE diaries; Table Op Msg_type Msg_text repair_test.diaries repair status OK Modified: mysql-test/mroonga/storage/repair_table/t/no_index_file.test (+1 -1) =================================================================== --- mysql-test/mroonga/storage/repair_table/t/no_index_file.test 2015-11-26 12:23:27 +0900 (d955b64) +++ mysql-test/mroonga/storage/repair_table/t/no_index_file.test 2015-11-26 12:25:01 +0900 (02a762e) @@ -39,7 +39,7 @@ SELECT * FROM diaries WHERE MATCH(body) AGAINST("+starting" IN BOOLEAN MODE); FLUSH TABLES; -# Error ER_CANT_OPEN_FILE syscall error 'repair_test.mrn.000010E.c' (No such file or directory) +# Error ER_CANT_OPEN_FILE system call error: No such file or directory: failed to open path: <repair_test.mrn.000010E.c> --error ER_CANT_OPEN_FILE SELECT * FROM diaries WHERE MATCH(body) AGAINST("+starting" IN BOOLEAN MODE); -------------- next part -------------- HTML����������������������������...Download