[Groonga-mysql-commit] mroonga/mroonga [master] [test][storage] type must be text(blob). refs #1072

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2011年 9月 11日 (日) 11:51:45 JST


Kouhei Sutou	2011-09-11 02:51:45 +0000 (Sun, 11 Sep 2011)

  New Revision: e5241bf263c7e897650a489cf642e95a737317ad

  Log:
    [test][storage] type must be text(blob). refs #1072

  Modified files:
    test/sql/groonga_storage/t/auto_increment_text.test

  Modified: test/sql/groonga_storage/t/auto_increment_text.test (+1 -1)
===================================================================
--- test/sql/groonga_storage/t/auto_increment_text.test    2011-09-11 02:38:50 +0000 (7d26e51)
+++ test/sql/groonga_storage/t/auto_increment_text.test    2011-09-11 02:51:45 +0000 (4455253)
@@ -22,7 +22,7 @@ drop table if exists diaries;
 
 create table diaries (
   id int primary key auto_increment,
-  body varchar(256)
+  body text
 );
 insert into diaries (body) values ("started groonga (long text)");
 select * from diaries;




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