[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [storage][test] follow added warning.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:28:29 JST 2012


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

  New Revision: 5e0c30df11377797b7df523cf696151d17c4c39a
  https://github.com/mroonga/mroonga/commit/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 18:28:28 +0900 (156f7e5)
+++ test/sql/groonga_storage/r/replace.result    2011-09-24 18:33:13 +0900 (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
-------------- next part --------------
HTML����������������������������...
다운로드 



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