null+****@clear*****
null+****@clear*****
2012年 3月 28日 (水) 11:37:23 JST
Kouhei Sutou 2012-03-28 11:37:23 +0900 (Wed, 28 Mar 2012) New Revision: 695a533ae9d9e0a6eb3f1c6f305f3262c3bab91b Log: test: remove needless table names 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 (+1 -1) =================================================================== --- test/sql/suite/mroonga_storage/r/optimization_skip_count_multithread.result 2012-03-28 11:36:17 +0900 (046ad3b) +++ test/sql/suite/mroonga_storage/r/optimization_skip_count_multithread.result 2012-03-28 11:37:23 +0900 (922da4c) @@ -1,4 +1,4 @@ -DROP TABLE IF EXISTS t1, t2, t3; +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)); INSERT INTO t1 VALUES(1,10,"aa ii uu ee oo"); Modified: test/sql/suite/mroonga_storage/t/optimization_skip_count_multithread.test (+2 -1) =================================================================== --- test/sql/suite/mroonga_storage/t/optimization_skip_count_multithread.test 2012-03-28 11:36:17 +0900 (a310192) +++ test/sql/suite/mroonga_storage/t/optimization_skip_count_multithread.test 2012-03-28 11:37:23 +0900 (f36421d) @@ -1,4 +1,5 @@ # Copyright(C) 2012 Kentoku SHIBA +# Copyright(C) 2012 Kouhei Sutou <kou****@clear*****> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,7 +18,7 @@ --source include/have_mroonga.inc --disable_warnings -DROP TABLE IF EXISTS t1, t2, t3; +DROP TABLE IF EXISTS t1; --enable_warnings FLUSH STATUS;