[Groonga-mysql-commit] mroonga/mroonga [master] [storage][test] follow removing needelss spaces from warning message change.

Back to archive index

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


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

  New Revision: a5441581b6df61966506d54e70f43ac6037d7fc7

  Log:
    [storage][test] follow removing needelss spaces from warning message change.

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

  Modified: test/sql/groonga_storage/r/update.result (+4 -4)
===================================================================
--- test/sql/groonga_storage/r/update.result    2011-09-24 09:33:13 +0000 (7472cfb)
+++ test/sql/groonga_storage/r/update.result    2011-09-24 09:34:09 +0000 (9022f26)
@@ -73,14 +73,14 @@ c1	_id	_score
 set sql_mode="";
 update t1 set _id = 10 where c1 = 1;
 Warnings:
-Warning	1265	data truncated for  _id column
+Warning	1265	data truncated for _id column
 update t1 set _score = 20 where c1 = 2;
 Warnings:
-Warning	1265	data truncated for  _score column
+Warning	1265	data truncated for _score column
 update t1 set _id = 10, _score = 20 where c1 = 3;
 Warnings:
-Warning	1265	data truncated for  _id column
-Warning	1265	data truncated for  _score column
+Warning	1265	data truncated for _id column
+Warning	1265	data truncated for _score column
 select * from t1;
 c1	_id	_score
 1	1	0




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