[Groonga-mysql-commit] mroonga/mroonga at f5bbd3d [master] test: add missing FLUSH STATUS

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Dec 24 13:44:03 JST 2013


Kouhei Sutou	2013-12-24 13:44:03 +0900 (Tue, 24 Dec 2013)

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

  Message:
    test: add missing FLUSH STATUS
    
    It is needed for stable test result.

  Modified files:
    mysql-test/mroonga/storage/optimization/order_limit/optimized/year/r/between.result
    mysql-test/mroonga/storage/optimization/order_limit/optimized/year/t/between.test

  Modified: mysql-test/mroonga/storage/optimization/order_limit/optimized/year/r/between.result (+1 -0)
===================================================================
--- mysql-test/mroonga/storage/optimization/order_limit/optimized/year/r/between.result    2013-12-24 13:43:30 +0900 (11dc6a1)
+++ mysql-test/mroonga/storage/optimization/order_limit/optimized/year/r/between.result    2013-12-24 13:44:03 +0900 (5a1b1bd)
@@ -1,4 +1,5 @@
 DROP TABLE IF EXISTS mroonga_releases;
+FLUSH STATUS;
 CREATE TABLE mroonga_releases (
 id INT PRIMARY KEY AUTO_INCREMENT,
 release_title TEXT,

  Modified: mysql-test/mroonga/storage/optimization/order_limit/optimized/year/t/between.test (+2 -0)
===================================================================
--- mysql-test/mroonga/storage/optimization/order_limit/optimized/year/t/between.test    2013-12-24 13:43:30 +0900 (bf74eed)
+++ mysql-test/mroonga/storage/optimization/order_limit/optimized/year/t/between.test    2013-12-24 13:44:03 +0900 (60c7fb7)
@@ -20,6 +20,8 @@
 DROP TABLE IF EXISTS mroonga_releases;
 --enable_warnings
 
+FLUSH STATUS;
+
 CREATE TABLE mroonga_releases (
   id INT PRIMARY KEY AUTO_INCREMENT,
   release_title TEXT,
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る