[Groonga-mysql-commit] mroonga/mroonga [master] test: break a long SQL

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 28日 (水) 11:38:28 JST


Kouhei Sutou	2012-03-28 11:38:28 +0900 (Wed, 28 Mar 2012)

  New Revision: 925c767b41cd38087f73fef3c3d3c7f20ddeb1aa

  Log:
    test: break a long SQL

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

  Modified: test/sql/suite/mroonga_storage/r/optimization_skip_count_multithread.result (+7 -1)
===================================================================
--- test/sql/suite/mroonga_storage/r/optimization_skip_count_multithread.result    2012-03-28 11:37:23 +0900 (922da4c)
+++ test/sql/suite/mroonga_storage/r/optimization_skip_count_multithread.result    2012-03-28 11:38:28 +0900 (6386954)
@@ -1,6 +1,12 @@
 DROP TABLE IF EXISTS t1;
 FLUSH STATUS;
-CREATE TABLE t1 (c1 INT PRIMARY KEY, c2 INT, c3 TEXT, KEY idx1(c2), FULLTEXT INDEX ft(c3));
+CREATE TABLE t1 (
+c1 INT PRIMARY KEY,
+c2 INT,
+c3 TEXT,
+KEY idx1(c2),
+FULLTEXT INDEX ft(c3)
+);
 INSERT INTO t1 VALUES(1,10,"aa ii uu ee oo");
 INSERT INTO t1 VALUES(2,20,"ka ki ku ke ko");
 INSERT INTO t1 VALUES(3,30,"sa si su se so");

  Modified: test/sql/suite/mroonga_storage/t/optimization_skip_count_multithread.test (+7 -1)
===================================================================
--- test/sql/suite/mroonga_storage/t/optimization_skip_count_multithread.test    2012-03-28 11:37:23 +0900 (f36421d)
+++ test/sql/suite/mroonga_storage/t/optimization_skip_count_multithread.test    2012-03-28 11:38:28 +0900 (f73159d)
@@ -22,7 +22,13 @@ DROP TABLE IF EXISTS t1;
 --enable_warnings
 
 FLUSH STATUS;
-CREATE TABLE t1 (c1 INT PRIMARY KEY, c2 INT, c3 TEXT, KEY idx1(c2), FULLTEXT INDEX ft(c3));
+CREATE TABLE t1 (
+  c1 INT PRIMARY KEY,
+  c2 INT,
+  c3 TEXT,
+  KEY idx1(c2),
+  FULLTEXT INDEX ft(c3)
+);
 INSERT INTO t1 VALUES(1,10,"aa ii uu ee oo");
 INSERT INTO t1 VALUES(2,20,"ka ki ku ke ko");
 INSERT INTO t1 VALUES(3,30,"sa si su se so");




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