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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 22日 (水) 10:20:44 JST


Kouhei Sutou	2012-02-22 10:20:44 +0900 (Wed, 22 Feb 2012)

  New Revision: 1c80eab94a6792d4bf183bc182ab38181491e02e

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

  Modified files:
    test/sql/suite/mroonga_storage/r/optimization_order_limit_disabled.result
    test/sql/suite/mroonga_storage/t/optimization_order_limit_disabled.test

  Modified: test/sql/suite/mroonga_storage/r/optimization_order_limit_disabled.result (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/r/optimization_order_limit_disabled.result    2012-02-22 10:10:28 +0900 (39aab6e)
+++ test/sql/suite/mroonga_storage/r/optimization_order_limit_disabled.result    2012-02-22 10:20:44 +0900 (207ac82)
@@ -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_disabled.test (+2 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/optimization_order_limit_disabled.test    2012-02-22 10:10:28 +0900 (dfcec2b)
+++ test/sql/suite/mroonga_storage/t/optimization_order_limit_disabled.test    2012-02-22 10:20:44 +0900 (8894423)
@@ -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