null+****@clear*****
null+****@clear*****
2012年 2月 17日 (金) 16:30:04 JST
Kouhei Sutou 2012-02-17 16:30:04 +0900 (Fri, 17 Feb 2012) New Revision: b9f02c9b2f282121d94f64c215664f6cb406c31b Log: test: update groonga's error message. Modified files: test/sql/suite/mroonga_storage/r/create_table.result Modified: test/sql/suite/mroonga_storage/r/create_table.result (+1 -1) =================================================================== --- test/sql/suite/mroonga_storage/r/create_table.result 2012-02-17 16:06:49 +0900 (d030cf6) +++ test/sql/suite/mroonga_storage/r/create_table.result 2012-02-17 16:30:04 +0900 (d2a00b7) @@ -153,7 +153,7 @@ c1 int(11) YES NULL _id int(11) YES NULL drop table t1; create table t1 (c1 int, `_score` float) engine = mroonga; -ERROR HY000: [column][create]: name can't start with '_' and contains only 0-9, A-Z, a-z, #, - or _: <_score> +ERROR HY000: [column][create] name can't start with '_' and contains only 0-9, A-Z, a-z, #, @, - or _: <_score> create table t1 (c1 int, `_id` text) engine = mroonga; ERROR HY000: _id must be numeric data type create table t1 (c1 int, `_id` int, index(`_id`)) engine = mroonga;