[Groonga-mysql-commit] mroonga/mroonga at 527796d [master] test: update expected result

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 7 13:20:24 JST 2014


Kouhei Sutou	2014-01-07 13:20:24 +0900 (Tue, 07 Jan 2014)

  New Revision: 527796dad72d334320d1a30c098331a6fdaf0346
  https://github.com/mroonga/mroonga/commit/527796dad72d334320d1a30c098331a6fdaf0346

  Message:
    test: update expected result
    
    SHOW GLOBAL VARIABLES can't show signed integer system variable value...

  Modified files:
    mysql-test/mroonga/storage/variable/lock_timeout/r/disable.result
    mysql-test/mroonga/storage/variable/lock_timeout/r/invalid.result
    mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test

  Modified: mysql-test/mroonga/storage/variable/lock_timeout/r/disable.result (+2 -1)
===================================================================
--- mysql-test/mroonga/storage/variable/lock_timeout/r/disable.result    2014-01-07 12:50:00 +0900 (56bd9c7)
+++ mysql-test/mroonga/storage/variable/lock_timeout/r/disable.result    2014-01-07 13:20:24 +0900 (f219db0)
@@ -1,3 +1,4 @@
 SET GLOBAL mroonga_lock_timeout = -1;
+SHOW GLOBAL VARIABLES LIKE "mroonga_lock_timeout";
 Variable_name	Value
-mroonga_lock_timeout	-1
+mroonga_lock_timeout	4294967295

  Modified: mysql-test/mroonga/storage/variable/lock_timeout/r/invalid.result (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/variable/lock_timeout/r/invalid.result    2014-01-07 12:50:00 +0900 (413dd30)
+++ mysql-test/mroonga/storage/variable/lock_timeout/r/invalid.result    2014-01-07 13:20:24 +0900 (4216826)
@@ -3,4 +3,4 @@ Warnings:
 Warning	1292	Truncated incorrect mroonga_lock_timeout value: '-2'
 SHOW GLOBAL VARIABLES LIKE "mroonga_lock_timeout";
 Variable_name	Value
-mroonga_lock_timeout	1000000
+mroonga_lock_timeout	4294967295

  Modified: mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test (+0 -1)
===================================================================
--- mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test    2014-01-07 12:50:00 +0900 (bd8e76f)
+++ mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test    2014-01-07 13:20:24 +0900 (6e6e5fd)
@@ -14,7 +14,6 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source ../../../../include/mroonga/have_version_56_or_later.inc
 --source ../../../../include/mroonga/have_mroonga.inc
 
 SET GLOBAL mroonga_lock_timeout = -2;
-------------- next part --------------
HTML����������������������������...
Download 



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