[Groonga-mysql-commit] mroonga/mroonga at 906d6c0 [master] test: remove too much white space

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 13 10:55:12 JST 2013


Kouhei Sutou	2013-12-13 10:55:12 +0900 (Fri, 13 Dec 2013)

  New Revision: 906d6c09cc59c5bac166f2bd01d08844d8a2eb9c
  https://github.com/mroonga/mroonga/commit/906d6c09cc59c5bac166f2bd01d08844d8a2eb9c

  Message:
    test: remove too much white space

  Modified files:
    mysql-test/mroonga/storage/like/r/unicode_ci.result
    mysql-test/mroonga/storage/like/t/unicode_ci.test

  Modified: mysql-test/mroonga/storage/like/r/unicode_ci.result (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/like/r/unicode_ci.result    2013-12-12 16:07:02 +0900 (e0eb373)
+++ mysql-test/mroonga/storage/like/r/unicode_ci.result    2013-12-13 10:55:12 +0900 (1cc1d92)
@@ -6,7 +6,7 @@ INDEX (content)
 ) DEFAULT CHARSET=utf8;
 INSERT INTO terms VALUES ('track');
 INSERT INTO terms VALUES ('trackback');
-SELECT * FROM  terms WHERE content LIKE 'TRACK%';
+SELECT * FROM terms WHERE content LIKE 'TRACK%';
 content
 track
 trackback

  Modified: mysql-test/mroonga/storage/like/t/unicode_ci.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/like/t/unicode_ci.test    2013-12-12 16:07:02 +0900 (d6f5ac8)
+++ mysql-test/mroonga/storage/like/t/unicode_ci.test    2013-12-13 10:55:12 +0900 (925d52d)
@@ -30,7 +30,7 @@ CREATE TABLE terms (
 INSERT INTO terms VALUES ('track');
 INSERT INTO terms VALUES ('trackback');
 
-SELECT * FROM  terms WHERE content LIKE 'TRACK%';
+SELECT * FROM terms WHERE content LIKE 'TRACK%';
 
 DROP TABLE terms;
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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