null+****@clear*****
null+****@clear*****
2011年 9月 6日 (火) 20:36:08 JST
Kouhei Sutou 2011-09-06 11:36:08 +0000 (Tue, 06 Sep 2011)
New Revision: 7ef93da6924c06e901cbbf8c931ff046fc01dbf0
Log:
[test] follow the current groonga error message.
Modified files:
test/sql/groonga_storage/r/create_table.result
Modified: test/sql/groonga_storage/r/create_table.result (+1 -1)
===================================================================
--- test/sql/groonga_storage/r/create_table.result 2011-09-06 11:17:28 +0000 (2f2f37d)
+++ test/sql/groonga_storage/r/create_table.result 2011-09-06 11:36:08 +0000 (431bb2d)
@@ -159,7 +159,7 @@ c1 int(11) YES NULL
_score float YES NULL
drop table t1;
create table `_aaa` (c1 int) engine = groonga;
-ERROR HY000: [table][create]: name can't start with '_' and 0-9, and contains only 0-9, A-Z, a-z, or _: <_aaa>
+ERROR HY000: [table][create]: name can't start with '_' and contains only 0-9, A-Z, a-z, #, - or _: <_aaa>
create table t1 (c1 int, `_id` text) engine = groonga;
ERROR HY000: _id must be numeric data type
create table t1 (c1 int, `_score` int) engine = groonga;