Navigation Menu

Skip to content

Commit

Permalink
Revert "Fix expectation in the test for create table"
Browse files Browse the repository at this point in the history
This reverts commit 27e17d2.
  • Loading branch information
mooz committed Jun 24, 2011
1 parent 27e17d2 commit e81d9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/r/create_table.result
Expand Up @@ -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: 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 0-9, 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;
Expand Down

0 comments on commit e81d9a2

Please sign in to comment.