null+****@clear*****
null+****@clear*****
2011年 7月 12日 (火) 18:19:25 JST
Kouhei Sutou 2011-07-12 09:19:25 +0000 (Tue, 12 Jul 2011) New Revision: e3b357c366b54ab34998aea06683b0062ad0f551 Log: [test] groonga.inc -> groonga_init.inc. Modified files: test/sql/groonga_include/Makefile.am test/sql/groonga_storage/t/auto_increment.test test/sql/groonga_storage/t/binlog.test test/sql/groonga_storage/t/btree.test test/sql/groonga_storage/t/count_performance.test test/sql/groonga_storage/t/create_table.test test/sql/groonga_storage/t/delete.test test/sql/groonga_storage/t/drop_database.test test/sql/groonga_storage/t/drop_table.test test/sql/groonga_storage/t/flush_logs.test test/sql/groonga_storage/t/fulltext.test test/sql/groonga_storage/t/hash.test test/sql/groonga_storage/t/information_schema.test test/sql/groonga_storage/t/insert.test test/sql/groonga_storage/t/last_insert_grn_id.test test/sql/groonga_storage/t/log_level.test test/sql/groonga_storage/t/order_limit_performance.test test/sql/groonga_storage/t/replace.test test/sql/groonga_storage/t/select_all.test test/sql/groonga_storage/t/select_pkey.test test/sql/groonga_storage/t/select_secondary_key.test test/sql/groonga_storage/t/show_create_table.test test/sql/groonga_storage/t/show_table_status.test test/sql/groonga_storage/t/tinyint.test test/sql/groonga_storage/t/update.test test/sql/groonga_wrapper/t/create_table.test test/sql/groonga_wrapper/t/delete.test test/sql/groonga_wrapper/t/fulltext.test test/sql/groonga_wrapper/t/fulltext_multiple_column_index.test test/sql/groonga_wrapper/t/insert.test test/sql/groonga_wrapper/t/update.test Renamed files: test/sql/groonga_include/groonga_init.inc (from test/sql/groonga_include/groonga.inc) Modified: test/sql/groonga_include/Makefile.am (+1 -1) =================================================================== --- test/sql/groonga_include/Makefile.am 2011-07-12 09:17:34 +0000 (b07a0ab) +++ test/sql/groonga_include/Makefile.am 2011-07-12 09:19:25 +0000 (ba03bd3) @@ -1,3 +1,3 @@ EXTRA_DIST = \ - groonga.inc \ + groonga_init.inc \ groonga_deinit.inc Renamed: test/sql/groonga_include/groonga_init.inc (+0 -0) 100% =================================================================== Modified: test/sql/groonga_storage/t/auto_increment.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/auto_increment.test 2011-07-12 09:17:34 +0000 (2037445) +++ test/sql/groonga_storage/t/auto_increment.test 2011-07-12 09:19:25 +0000 (8f64afe) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1; Modified: test/sql/groonga_storage/t/binlog.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/binlog.test 2011-07-12 09:17:34 +0000 (b956139) +++ test/sql/groonga_storage/t/binlog.test 2011-07-12 09:19:25 +0000 (1efcd12) @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA source include/have_log_bin.inc; -source suite/groonga_include/groonga.inc; +source suite/groonga_include/groonga_init.inc; --disable_warnings drop table if exists t1; Modified: test/sql/groonga_storage/t/btree.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/btree.test 2011-07-12 09:17:34 +0000 (ab26949) +++ test/sql/groonga_storage/t/btree.test 2011-07-12 09:19:25 +0000 (84929a0) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/count_performance.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/count_performance.test 2011-07-12 09:17:34 +0000 (2c7d004) +++ test/sql/groonga_storage/t/count_performance.test 2011-07-12 09:19:25 +0000 (fc3f643) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/create_table.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/create_table.test 2011-07-12 09:17:34 +0000 (c129456) +++ test/sql/groonga_storage/t/create_table.test 2011-07-12 09:19:25 +0000 (9cc965e) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/delete.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/delete.test 2011-07-12 09:17:34 +0000 (acb2f30) +++ test/sql/groonga_storage/t/delete.test 2011-07-12 09:19:25 +0000 (93a8d0a) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/drop_database.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/drop_database.test 2011-07-12 09:17:34 +0000 (442789e) +++ test/sql/groonga_storage/t/drop_database.test 2011-07-12 09:19:25 +0000 (0602d72) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop database if exists groonga; Modified: test/sql/groonga_storage/t/drop_table.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/drop_table.test 2011-07-12 09:17:34 +0000 (3e6de8d) +++ test/sql/groonga_storage/t/drop_table.test 2011-07-12 09:19:25 +0000 (f5b2187) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/flush_logs.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/flush_logs.test 2011-07-12 09:17:34 +0000 (c294b51) +++ test/sql/groonga_storage/t/flush_logs.test 2011-07-12 09:19:25 +0000 (206f91a) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc flush logs; Modified: test/sql/groonga_storage/t/fulltext.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/fulltext.test 2011-07-12 09:17:34 +0000 (e4d5450) +++ test/sql/groonga_storage/t/fulltext.test 2011-07-12 09:19:25 +0000 (a530d22) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/hash.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/hash.test 2011-07-12 09:17:34 +0000 (acd4ee7) +++ test/sql/groonga_storage/t/hash.test 2011-07-12 09:19:25 +0000 (a97015b) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/information_schema.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/information_schema.test 2011-07-12 09:17:34 +0000 (3791594) +++ test/sql/groonga_storage/t/information_schema.test 2011-07-12 09:19:25 +0000 (12b617f) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc select count(*) from information_schema.plugins where plugin_name = "groonga"; Modified: test/sql/groonga_storage/t/insert.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/insert.test 2011-07-12 09:17:34 +0000 (825b65b) +++ test/sql/groonga_storage/t/insert.test 2011-07-12 09:19:25 +0000 (74b2717) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/last_insert_grn_id.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/last_insert_grn_id.test 2011-07-12 09:17:34 +0000 (3e5df4a) +++ test/sql/groonga_storage/t/last_insert_grn_id.test 2011-07-12 09:19:25 +0000 (857a591) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/log_level.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/log_level.test 2011-07-12 09:17:34 +0000 (e107c08) +++ test/sql/groonga_storage/t/log_level.test 2011-07-12 09:19:25 +0000 (cb03804) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc show global variables like 'groonga_log_level'; Modified: test/sql/groonga_storage/t/order_limit_performance.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/order_limit_performance.test 2011-07-12 09:17:34 +0000 (93b42f4) +++ test/sql/groonga_storage/t/order_limit_performance.test 2011-07-12 09:19:25 +0000 (6ae8a3f) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1; Modified: test/sql/groonga_storage/t/replace.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/replace.test 2011-07-12 09:17:34 +0000 (c7e426f) +++ test/sql/groonga_storage/t/replace.test 2011-07-12 09:19:25 +0000 (4d83d2f) @@ -16,7 +16,7 @@ # Based on #910. ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings DROP TABLE IF EXISTS videos_master, videos_groonga; Modified: test/sql/groonga_storage/t/select_all.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/select_all.test 2011-07-12 09:17:34 +0000 (12f64a2) +++ test/sql/groonga_storage/t/select_all.test 2011-07-12 09:19:25 +0000 (4a5c7d9) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/select_pkey.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/select_pkey.test 2011-07-12 09:17:34 +0000 (404e974) +++ test/sql/groonga_storage/t/select_pkey.test 2011-07-12 09:19:25 +0000 (e460f40) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/select_secondary_key.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/select_secondary_key.test 2011-07-12 09:17:34 +0000 (846f923) +++ test/sql/groonga_storage/t/select_secondary_key.test 2011-07-12 09:19:25 +0000 (6d6c81f) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/show_create_table.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/show_create_table.test 2011-07-12 09:17:34 +0000 (754c977) +++ test/sql/groonga_storage/t/show_create_table.test 2011-07-12 09:19:25 +0000 (4340e34) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/show_table_status.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/show_table_status.test 2011-07-12 09:17:34 +0000 (ae886e9) +++ test/sql/groonga_storage/t/show_table_status.test 2011-07-12 09:19:25 +0000 (04f29fc) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_storage/t/tinyint.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/tinyint.test 2011-07-12 09:17:34 +0000 (648736e) +++ test/sql/groonga_storage/t/tinyint.test 2011-07-12 09:19:25 +0000 (67e7b37) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists books; Modified: test/sql/groonga_storage/t/update.test (+1 -1) =================================================================== --- test/sql/groonga_storage/t/update.test 2011-07-12 09:17:34 +0000 (e9d7511) +++ test/sql/groonga_storage/t/update.test 2011-07-12 09:19:25 +0000 (1f86cb8) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_wrapper/t/create_table.test (+1 -1) =================================================================== --- test/sql/groonga_wrapper/t/create_table.test 2011-07-12 09:17:34 +0000 (d406580) +++ test/sql/groonga_wrapper/t/create_table.test 2011-07-12 09:19:25 +0000 (dc13f0e) @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_wrapper/t/delete.test (+1 -1) =================================================================== --- test/sql/groonga_wrapper/t/delete.test 2011-07-12 09:17:34 +0000 (9be8d84) +++ test/sql/groonga_wrapper/t/delete.test 2011-07-12 09:19:25 +0000 (2edaf80) @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_wrapper/t/fulltext.test (+1 -1) =================================================================== --- test/sql/groonga_wrapper/t/fulltext.test 2011-07-12 09:17:34 +0000 (a335917) +++ test/sql/groonga_wrapper/t/fulltext.test 2011-07-12 09:19:25 +0000 (a894746) @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_wrapper/t/fulltext_multiple_column_index.test (+1 -1) =================================================================== --- test/sql/groonga_wrapper/t/fulltext_multiple_column_index.test 2011-07-12 09:17:34 +0000 (2b1f566) +++ test/sql/groonga_wrapper/t/fulltext_multiple_column_index.test 2011-07-12 09:19:25 +0000 (fcdfca5) @@ -14,7 +14,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists diaries; Modified: test/sql/groonga_wrapper/t/insert.test (+1 -1) =================================================================== --- test/sql/groonga_wrapper/t/insert.test 2011-07-12 09:17:34 +0000 (c3cf9e9) +++ test/sql/groonga_wrapper/t/insert.test 2011-07-12 09:19:25 +0000 (2dea85d) @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3; Modified: test/sql/groonga_wrapper/t/update.test (+1 -1) =================================================================== --- test/sql/groonga_wrapper/t/update.test 2011-07-12 09:17:34 +0000 (9d7d2cd) +++ test/sql/groonga_wrapper/t/update.test 2011-07-12 09:19:25 +0000 (e3c9470) @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ---source suite/groonga_include/groonga.inc +--source suite/groonga_include/groonga_init.inc --disable_warnings drop table if exists t1, t2, t3;