[Groonga-mysql-commit] mroonga/mroonga [master] [test][storage] ensure flushing status.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 22日 (水) 22:18:35 JST


Kazuhiko	2012-02-22 22:18:35 +0900 (Wed, 22 Feb 2012)

  New Revision: 8ff00828cc4ce75bba9c5e75bb9c5419bdcd7db7

  Log:
    [test][storage] ensure flushing status.

  Modified files:
    test/sql/suite/mroonga_storage/r/optimization_order_limit_equal_int.result
    test/sql/suite/mroonga_storage/r/optimization_order_limit_have_primary_key.result
    test/sql/suite/mroonga_storage/r/optimization_order_limit_no_primary_key.result
    test/sql/suite/mroonga_storage/r/optimization_skip_count_disabled.result
    test/sql/suite/mroonga_storage/t/optimization_order_limit_equal_int.test
    test/sql/suite/mroonga_storage/t/optimization_order_limit_have_primary_key.test
    test/sql/suite/mroonga_storage/t/optimization_order_limit_no_primary_key.test
    test/sql/suite/mroonga_storage/t/optimization_skip_count_disabled.test

  Modified: test/sql/suite/mroonga_storage/r/optimization_order_limit_equal_int.result (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/r/optimization_order_limit_equal_int.result    2012-02-22 10:20:44 +0900 (ce6383d)
+++ test/sql/suite/mroonga_storage/r/optimization_order_limit_equal_int.result    2012-02-22 22:18:35 +0900 (cb6c002)
@@ -1,4 +1,5 @@
 DROP TABLE IF EXISTS diaries;
+FLUSH STATUS;
 SET NAMES UTF8;
 CREATE TABLE diaries (
 id INT UNSIGNED NOT NULL,

  Modified: test/sql/suite/mroonga_storage/r/optimization_order_limit_have_primary_key.result (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/r/optimization_order_limit_have_primary_key.result    2012-02-22 10:20:44 +0900 (34186d2)
+++ test/sql/suite/mroonga_storage/r/optimization_order_limit_have_primary_key.result    2012-02-22 22:18:35 +0900 (7105d6e)
@@ -1,4 +1,5 @@
 DROP TABLE IF EXISTS diaries;
+FLUSH STATUS;
 SET NAMES UTF8;
 CREATE TABLE diaries (
 id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,

  Modified: test/sql/suite/mroonga_storage/r/optimization_order_limit_no_primary_key.result (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/r/optimization_order_limit_no_primary_key.result    2012-02-22 10:20:44 +0900 (f807bdf)
+++ test/sql/suite/mroonga_storage/r/optimization_order_limit_no_primary_key.result    2012-02-22 22:18:35 +0900 (4f7dd81)
@@ -1,4 +1,5 @@
 DROP TABLE IF EXISTS diaries;
+FLUSH STATUS;
 SET NAMES UTF8;
 CREATE TABLE diaries (
 id INT UNSIGNED NOT NULL,

  Modified: test/sql/suite/mroonga_storage/r/optimization_skip_count_disabled.result (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/r/optimization_skip_count_disabled.result    2012-02-22 10:20:44 +0900 (78bb4bb)
+++ test/sql/suite/mroonga_storage/r/optimization_skip_count_disabled.result    2012-02-22 22:18:35 +0900 (36f4a53)
@@ -1,4 +1,5 @@
 DROP TABLE IF EXISTS diaries;
+FLUSH STATUS;
 SET NAMES UTF8;
 CREATE TABLE diaries (
 id INT UNSIGNED NOT NULL,

  Modified: test/sql/suite/mroonga_storage/t/optimization_order_limit_equal_int.test (+2 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/optimization_order_limit_equal_int.test    2012-02-22 10:20:44 +0900 (fa32bc7)
+++ test/sql/suite/mroonga_storage/t/optimization_order_limit_equal_int.test    2012-02-22 22:18:35 +0900 (bffd056)
@@ -20,6 +20,8 @@
 DROP TABLE IF EXISTS diaries;
 --enable_warnings
 
+FLUSH STATUS;
+
 SET NAMES UTF8;
 CREATE TABLE diaries (
   id INT UNSIGNED NOT NULL,

  Modified: test/sql/suite/mroonga_storage/t/optimization_order_limit_have_primary_key.test (+2 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/optimization_order_limit_have_primary_key.test    2012-02-22 10:20:44 +0900 (457eb4b)
+++ test/sql/suite/mroonga_storage/t/optimization_order_limit_have_primary_key.test    2012-02-22 22:18:35 +0900 (5daf329)
@@ -20,6 +20,8 @@
 DROP TABLE IF EXISTS diaries;
 --enable_warnings
 
+FLUSH STATUS;
+
 SET NAMES UTF8;
 CREATE TABLE diaries (
   id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,

  Modified: test/sql/suite/mroonga_storage/t/optimization_order_limit_no_primary_key.test (+2 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/optimization_order_limit_no_primary_key.test    2012-02-22 10:20:44 +0900 (e8d6281)
+++ test/sql/suite/mroonga_storage/t/optimization_order_limit_no_primary_key.test    2012-02-22 22:18:35 +0900 (616bf72)
@@ -20,6 +20,8 @@
 DROP TABLE IF EXISTS diaries;
 --enable_warnings
 
+FLUSH STATUS;
+
 SET NAMES UTF8;
 CREATE TABLE diaries (
   id INT UNSIGNED NOT NULL,

  Modified: test/sql/suite/mroonga_storage/t/optimization_skip_count_disabled.test (+2 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/optimization_skip_count_disabled.test    2012-02-22 10:20:44 +0900 (8515011)
+++ test/sql/suite/mroonga_storage/t/optimization_skip_count_disabled.test    2012-02-22 22:18:35 +0900 (aef27e6)
@@ -20,6 +20,8 @@
 DROP TABLE IF EXISTS diaries;
 --enable_warnings
 
+FLUSH STATUS;
+
 SET NAMES UTF8;
 CREATE TABLE diaries (
   id INT UNSIGNED NOT NULL,




Groonga-mysql-commit メーリングリストの案内
Back to archive index