null+****@clear*****
null+****@clear*****
2011年 6月 24日 (金) 13:04:20 JST
mooz 2011-06-24 04:04:20 +0000 (Fri, 24 Jun 2011)
New Revision: e81d9a29d217f3772026c1e0a949e776f3e1bb1a
Log:
Revert "Fix expectation in the test for create table"
This reverts commit 27e17d2517006e9208b5f8e04e177e1148373e6b.
Modified files:
test/sql/r/create_table.result
Modified: test/sql/r/create_table.result (+1 -1)
===================================================================
--- test/sql/r/create_table.result 2011-06-24 04:01:00 +0000 (2ba6f5e)
+++ test/sql/r/create_table.result 2011-06-24 04:04:20 +0000 (2f2f37d)
@@ -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;