[Groonga-mysql-commit] mroonga/mroonga at 31687f1 [master] test: truncate a space

Back to archive index

Kenji Maruyama null+****@clear*****
Mon Mar 10 14:04:34 JST 2014


Kenji Maruyama	2014-03-10 14:04:34 +0900 (Mon, 10 Mar 2014)

  New Revision: 31687f15cefe68699e6141aa811be63b608a46d7
  https://github.com/mroonga/mroonga/commit/31687f15cefe68699e6141aa811be63b608a46d7

  Message:
    test: truncate a space

  Modified files:
    mysql-test/mroonga/storage/column/datetime/freebsd/t/before_unix_epoch.test

  Modified: mysql-test/mroonga/storage/column/datetime/freebsd/t/before_unix_epoch.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/column/datetime/freebsd/t/before_unix_epoch.test    2014-03-10 13:49:57 +0900 (c318662)
+++ mysql-test/mroonga/storage/column/datetime/freebsd/t/before_unix_epoch.test    2014-03-10 14:04:34 +0900 (5df6544)
@@ -28,7 +28,7 @@ CREATE TABLE diaries (
 ) DEFAULT CHARSET UTF8;
 SHOW CREATE TABLE diaries;
 
-INSERT INTO diaries (title, created_at) 
+INSERT INTO diaries (title, created_at)
        VALUES ('1000-01-01 00:00:00', '1000-01-01 00:00:00');
 
 SELECT * FROM diaries;
-------------- next part --------------
HTML����������������������������...
Download 



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