[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test] follow groonga 1.2.2 change.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:34:44 JST 2012


Kouhei Sutou	2011-05-29 20:44:19 +0900 (Sun, 29 May 2011)

  New Revision: 476a1726b878f2cdde31868d7a6912f83b1f1aad
  https://github.com/mroonga/mroonga/commit/476a1726b878f2cdde31868d7a6912f83b1f1aad

  Log:
    [test] follow groonga 1.2.2 change.

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

  Modified: test/sql/r/create_table.result (+1 -1)
===================================================================
--- test/sql/r/create_table.result    2011-05-29 20:10:08 +0900 (2ba6f5e)
+++ test/sql/r/create_table.result    2011-05-29 20:44:19 +0900 (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;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index