[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] storage test: remove primary key truncated warnings on REPLACE

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:49:07 JST 2012


Kouhei Sutou	2012-04-17 14:11:39 +0900 (Tue, 17 Apr 2012)

  New Revision: 7de773dbd416be6229f3649968aa70a8fe0ed47a
  https://github.com/mroonga/mroonga/commit/7de773dbd416be6229f3649968aa70a8fe0ed47a

  Log:
    storage test: remove primary key truncated warnings on REPLACE

  Modified files:
    test/sql/suite/mroonga_storage/r/replace_select_varchar.result
    test/sql/suite/mroonga_storage/r/replace_text.result
    test/sql/suite/mroonga_storage/r/replace_varchar.result

  Modified: test/sql/suite/mroonga_storage/r/replace_select_varchar.result (+0 -3)
===================================================================
--- test/sql/suite/mroonga_storage/r/replace_select_varchar.result    2012-04-17 14:08:54 +0900 (bf05252)
+++ test/sql/suite/mroonga_storage/r/replace_select_varchar.result    2012-04-17 14:11:39 +0900 (2761c80)
@@ -30,9 +30,6 @@ REPLACE INTO videos_groonga
 SELECT v.id, v.video_id, v.description, 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 *, MATCH(description) AGAINST("my") FROM videos_groonga
 WHERE MATCH(description) AGAINST("my");
 id	video_id	description	tags_unpack	MATCH(description) AGAINST("my")

  Modified: test/sql/suite/mroonga_storage/r/replace_text.result (+0 -2)
===================================================================
--- test/sql/suite/mroonga_storage/r/replace_text.result    2012-04-17 14:08:54 +0900 (200f0ed)
+++ test/sql/suite/mroonga_storage/r/replace_text.result    2012-04-17 14:11:39 +0900 (cefbb45)
@@ -26,8 +26,6 @@ id	content
 2	明日の富士山の天気について
 3	今日も天気がよくてきれいに見える。
 replace into diaries values(2, "明日の天気は雨みたい。");
-Warnings:
-Warning	1265	data truncated for primary key column: <id>
 select * from diaries where match(content) against("天気");
 id	content
 2	明日の天気は雨みたい。

  Modified: test/sql/suite/mroonga_storage/r/replace_varchar.result (+0 -2)
===================================================================
--- test/sql/suite/mroonga_storage/r/replace_varchar.result    2012-04-17 14:08:54 +0900 (78cc189)
+++ test/sql/suite/mroonga_storage/r/replace_varchar.result    2012-04-17 14:11:39 +0900 (3d26804)
@@ -26,8 +26,6 @@ id	content
 2	明日の富士山の天気について
 3	今日も天気がよくてきれいに見える。
 replace into diaries values(2, "明日の天気は雨みたい。");
-Warnings:
-Warning	1265	data truncated for primary key column: <id>
 select * from diaries where match(content) against("天気");
 id	content
 2	明日の天気は雨みたい。
-------------- next part --------------
HTML����������������������������...
Download 



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