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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 11:08:32 JST 2012


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

  New Revision: e5241bf263c7e897650a489cf642e95a737317ad
  https://github.com/mroonga/mroonga/commit/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 11:38:50 +0900 (7d26e51)
+++ test/sql/groonga_storage/t/auto_increment_text.test    2011-09-11 11:51:45 +0900 (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;
-------------- next part --------------
HTML����������������������������...
Download 



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