Navigation Menu

Skip to content

Commit

Permalink
[storage][test] follow added warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 24, 2011
1 parent 7ff91d0 commit 5e0c30d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sql/groonga_storage/r/replace.result
Expand Up @@ -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
Expand Down

0 comments on commit 5e0c30d

Please sign in to comment.