Kouhei Sutou
null+****@clear*****
Tue Feb 4 11:05:35 JST 2014
Kouhei Sutou 2014-02-04 11:05:35 +0900 (Tue, 04 Feb 2014) New Revision: 1e2d084ad2ca3968fae0bed13eb3c7d53454245a https://github.com/mroonga/mroonga/commit/1e2d084ad2ca3968fae0bed13eb3c7d53454245a Message: test: show inserted records to confirm records are inserted Modified files: mysql-test/mroonga/storage/geometry/r/bulk_insert_null.result mysql-test/mroonga/storage/geometry/t/bulk_insert_null.test Modified: mysql-test/mroonga/storage/geometry/r/bulk_insert_null.result (+4 -0) =================================================================== --- mysql-test/mroonga/storage/geometry/r/bulk_insert_null.result 2014-02-04 10:53:07 +0900 (22f03e5) +++ mysql-test/mroonga/storage/geometry/r/bulk_insert_null.result 2014-02-04 11:05:35 +0900 (2e9314d) @@ -6,4 +6,8 @@ INSERT INTO shops VALUES (NULL), (NULL); Warnings: Warning 1048 Column 'location' cannot be null Warning 1048 Column 'location' cannot be null +SELECT AsText(location) FROM shops; +AsText(location) +POINT(0 0) +POINT(0 0) DROP TABLE shops; Modified: mysql-test/mroonga/storage/geometry/t/bulk_insert_null.test (+2 -0) =================================================================== --- mysql-test/mroonga/storage/geometry/t/bulk_insert_null.test 2014-02-04 10:53:07 +0900 (c1b80fe) +++ mysql-test/mroonga/storage/geometry/t/bulk_insert_null.test 2014-02-04 11:05:35 +0900 (53d5dc9) @@ -27,6 +27,8 @@ CREATE TABLE shops ( INSERT INTO shops VALUES (NULL), (NULL); +SELECT AsText(location) FROM shops; + DROP TABLE shops; --source ../../../include/mroonga/have_mroonga_deinit.inc -------------- next part -------------- HTML����������������������������... Download