[Groonga-mysql-commit] mroonga/mroonga [master] followed with groonga, GRN_DB_CHECK_NAME_ERR is changed.

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2010年 11月 17日 (水) 22:59:24 JST


Tetsuro IKEDA	2010-11-17 13:59:24 +0000 (Wed, 17 Nov 2010)

  New Revision: 2ee8b747b27e5f4c995cdf56594f580d6ea33c52

  Log:
    followed with groonga, GRN_DB_CHECK_NAME_ERR is changed.

  Modified files:
    test/sql/r/create_table.result

  Modified: test/sql/r/create_table.result (+1 -1)
===================================================================
--- test/sql/r/create_table.result    2010-11-16 09:48:15 +0000 (585726c)
+++ test/sql/r/create_table.result    2010-11-17 13:59:24 +0000 (3a377cb)
@@ -161,7 +161,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 _
+ERROR HY000: 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;




Groonga-mysql-commit メーリングリストの案内
アーカイブの一覧に戻る