Kouhei Sutou
null+****@clear*****
Sat May 16 18:58:00 JST 2015
Kouhei Sutou 2015-05-16 18:58:00 +0900 (Sat, 16 May 2015) New Revision: da236941b56ebd76a7eeb70f5f90667a5dc56e81 https://github.com/mroonga/mroonga/commit/da236941b56ebd76a7eeb70f5f90667a5dc56e81 Message: mysql57 test: error is changed Modified files: mysql-test/mroonga/storage/replace/r/without_key.result mysql-test/mroonga/storage/replace/t/without_key.test Modified: mysql-test/mroonga/storage/replace/r/without_key.result (+1 -1) =================================================================== --- mysql-test/mroonga/storage/replace/r/without_key.result 2015-05-16 18:56:44 +0900 (2c6c1cb) +++ mysql-test/mroonga/storage/replace/r/without_key.result 2015-05-16 18:58:00 +0900 (e67f0fe) @@ -6,5 +6,5 @@ content text, FULLTEXT INDEX (content) ) DEFAULT CHARSET=utf8; REPLACE INTO diaries(content) VALUES("Hello"); -ERROR HY000: primary key is empty +Got one of the listed errors DROP TABLE diaries; Modified: mysql-test/mroonga/storage/replace/t/without_key.test (+1 -1) =================================================================== --- mysql-test/mroonga/storage/replace/t/without_key.test 2015-05-16 18:56:44 +0900 (8dc12f7) +++ mysql-test/mroonga/storage/replace/t/without_key.test 2015-05-16 18:58:00 +0900 (e3f24dd) @@ -27,7 +27,7 @@ CREATE TABLE diaries ( FULLTEXT INDEX (content) ) DEFAULT CHARSET=utf8; --- error ER_ERROR_ON_WRITE +-- error ER_ERROR_ON_WRITE, ER_NO_DEFAULT_FOR_FIELD REPLACE INTO diaries(content) VALUES("Hello"); DROP TABLE diaries; -------------- next part -------------- HTML����������������������������...Download