[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test][storage] ensure flushing status.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:46:42 JST 2012


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

  New Revision: 1c80eab94a6792d4bf183bc182ab38181491e02e
  https://github.com/mroonga/mroonga/commit/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,
-------------- next part --------------
HTML����������������������������...
Download 



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