Navigation Menu

Skip to content

Commit

Permalink
test: update groonga's error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 17, 2012
1 parent 5bae942 commit b9f02c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/suite/mroonga_storage/r/create_table.result
Expand Up @@ -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;
Expand Down

0 comments on commit b9f02c9

Please sign in to comment.