[Groonga-mysql-commit] mroonga/mroonga at f657223 [master] test: use name instead of number for readability

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Dec 5 11:23:51 JST 2013


Kouhei Sutou	2013-12-05 11:23:51 +0900 (Thu, 05 Dec 2013)

  New Revision: f657223b6a1580767b53a2c425d3005a3f7e5e81
  https://github.com/mroonga/mroonga/commit/f657223b6a1580767b53a2c425d3005a3f7e5e81

  Message:
    test: use name instead of number for readability

  Modified files:
    mysql-test/mroonga/storage/insert/t/TODO_SPLIT_ME.test
    mysql-test/mroonga/storage/update/t/virtual_column.test

  Modified: mysql-test/mroonga/storage/insert/t/TODO_SPLIT_ME.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/insert/t/TODO_SPLIT_ME.test    2013-12-02 11:36:36 +0900 (3ff3d73)
+++ mysql-test/mroonga/storage/insert/t/TODO_SPLIT_ME.test    2013-12-05 11:23:51 +0900 (bb3cba6)
@@ -81,7 +81,7 @@ drop table t1;
 # for virtual columns
 create table t1 (c1 int, _id int);
 set sql_mode="";
-# warning 1265
+# warning WARN_DATA_TRUNCATED
 insert into t1 (c1,_id) values (1,1);
 set sql_mode="strict_all_tables";
 --error WARN_DATA_TRUNCATED

  Modified: mysql-test/mroonga/storage/update/t/virtual_column.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/update/t/virtual_column.test    2013-12-02 11:36:36 +0900 (81de8a6)
+++ mysql-test/mroonga/storage/update/t/virtual_column.test    2013-12-05 11:23:51 +0900 (caa07a3)
@@ -28,7 +28,7 @@ insert into t1 values(2,null);
 insert into t1 values(3,null);
 select * from t1;
 set sql_mode="";
-# warning 1265
+# warning WARN_DATA_TRUNCATED
 update t1 set _id = 10 where c1 = 1;
 select * from t1;
 set sql_mode="strict_all_tables";
-------------- next part --------------
HTML����������������������������...
Download 



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