[Groonga-mysql-commit] mroonga/mroonga [master] [storage][test] follow added warning.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 24日 (土) 18:33:13 JST


Kouhei Sutou	2011-09-24 09:33:13 +0000 (Sat, 24 Sep 2011)

  New Revision: 5e0c30df11377797b7df523cf696151d17c4c39a

  Log:
    [storage][test] follow added warning.

  Modified files:
    test/sql/groonga_storage/r/replace.result

  Modified: test/sql/groonga_storage/r/replace.result (+3 -0)
===================================================================
--- test/sql/groonga_storage/r/replace.result    2011-09-24 09:28:28 +0000 (156f7e5)
+++ test/sql/groonga_storage/r/replace.result    2011-09-24 09:33:13 +0000 (3fb5bb9)
@@ -30,6 +30,9 @@ REPLACE INTO videos_groonga
 SELECT v.id, v.video_id, v.description, NULL, NULL
 FROM videos_master AS v
 WHERE v.video_id = (video_id);
+Warnings:
+Warning	1265	data truncated for primary key column: <video_id>
+Warning	1265	data truncated for primary key column: <video_id>
 SELECT * FROM videos_groonga WHERE MATCH(description) AGAINST("my");
 id	video_id	description	tags_unpack	_score
 1	video-1	My Familly		1




Groonga-mysql-commit メーリングリストの案内
Back to archive index