[Groonga-mysql-commit] mroonga/mroonga [master] [test] add InnoDB availability check

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 4日 (日) 14:25:43 JST


Kouhei Sutou	2012-03-04 14:25:43 +0900 (Sun, 04 Mar 2012)

  New Revision: 2c747902696ed5663944314c25ed90e531570fb6

  Log:
    [test] add InnoDB availability check

  Modified files:
    test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test
    test/sql/suite/mroonga_storage/t/optimization_skip_count_index_view.test
    test/sql/suite/mroonga_storage/t/replace_select_varchar.test
    test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test
    test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test
    test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test
    test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test
    test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test
    test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test
    test/sql/suite/mroonga_wrapper/t/auto_increment_text.test
    test/sql/suite/mroonga_wrapper/t/binlog.test
    test/sql/suite/mroonga_wrapper/t/bulk_insert.test
    test/sql/suite/mroonga_wrapper/t/count_star_index.test
    test/sql/suite/mroonga_wrapper/t/create_table.test
    test/sql/suite/mroonga_wrapper/t/delete.test
    test/sql/suite/mroonga_wrapper/t/dry_write_delete.test
    test/sql/suite/mroonga_wrapper/t/dry_write_insert.test
    test/sql/suite/mroonga_wrapper/t/dry_write_update.test
    test/sql/suite/mroonga_wrapper/t/fulltext_boolean_mode_pragma_default_operator.test
    test/sql/suite/mroonga_wrapper/t/fulltext_index_recreate.test
    test/sql/suite/mroonga_wrapper/t/fulltext_insert_select.test
    test/sql/suite/mroonga_wrapper/t/fulltext_insert_values.test
    test/sql/suite/mroonga_wrapper/t/fulltext_many_records.test
    test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_delete.test
    test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_insert.test
    test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_recreate.test
    test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_update.test
    test/sql/suite/mroonga_wrapper/t/fulltext_multiple_index.test
    test/sql/suite/mroonga_wrapper/t/fulltext_not_match_against.test
    test/sql/suite/mroonga_wrapper/t/fulltext_parser_comment.test
    test/sql/suite/mroonga_wrapper/t/fulltext_search_ascii.test
    test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test
    test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test
    test/sql/suite/mroonga_wrapper/t/fulltext_search_japanese.test
    test/sql/suite/mroonga_wrapper/t/geometry_contains.test
    test/sql/suite/mroonga_wrapper/t/geometry_delete.test
    test/sql/suite/mroonga_wrapper/t/geometry_update.test
    test/sql/suite/mroonga_wrapper/t/insert.test
    test/sql/suite/mroonga_wrapper/t/optimization_order_limit_todo_split_me.test
    test/sql/suite/mroonga_wrapper/t/repair_table.test
    test/sql/suite/mroonga_wrapper/t/temporary_table.test
    test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_delete.test
    test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_update.test
    test/sql/suite/mroonga_wrapper/t/truncate.test
    test/sql/suite/mroonga_wrapper/t/update_fulltext.test
    test/sql/suite/mroonga_wrapper/t/update_int.test

  Modified: test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test    2012-03-04 14:24:13 +0900 (74348a5)
+++ test/sql/suite/mroonga_storage/t/alter_table_engine_decimal.test    2012-03-04 14:25:43 +0900 (7b52379)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_storage/t/optimization_skip_count_index_view.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/optimization_skip_count_index_view.test    2012-03-04 14:24:13 +0900 (ae2fb70)
+++ test/sql/suite/mroonga_storage/t/optimization_skip_count_index_view.test    2012-03-04 14:25:43 +0900 (84493c2)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_storage/t/replace_select_varchar.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_storage/t/replace_select_varchar.test    2012-03-04 14:24:13 +0900 (be5e5ec)
+++ test/sql/suite/mroonga_storage/t/replace_select_varchar.test    2012-03-04 14:25:43 +0900 (712cec0)
@@ -16,6 +16,7 @@
 
 # Based on #910.
 
+--source include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test    2012-03-04 14:24:13 +0900 (ec986f7)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_add_column.test    2012-03-04 14:25:43 +0900 (d81f96e)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test    2012-03-04 14:24:13 +0900 (1c69eff)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_change_engine.test    2012-03-04 14:25:43 +0900 (4923007)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test    2012-03-04 14:24:13 +0900 (fb27550)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_drop_column.test    2012-03-04 14:25:43 +0900 (5311c00)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test    2012-03-04 14:24:13 +0900 (3d99f76)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_fulltext.test    2012-03-04 14:25:43 +0900 (0ac4711)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test    2012-03-04 14:24:13 +0900 (7f3ea2a)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_rename_table.test    2012-03-04 14:25:43 +0900 (8bdc904)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test    2012-03-04 14:24:13 +0900 (0050180)
+++ test/sql/suite/mroonga_wrapper/t/alter_table_spatial.test    2012-03-04 14:25:43 +0900 (359f1d9)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/auto_increment_text.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/auto_increment_text.test    2012-03-04 14:24:13 +0900 (33506af)
+++ test/sql/suite/mroonga_wrapper/t/auto_increment_text.test    2012-03-04 14:25:43 +0900 (8c0980f)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/binlog.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/binlog.test    2012-03-04 14:24:13 +0900 (ef00f46)
+++ test/sql/suite/mroonga_wrapper/t/binlog.test    2012-03-04 14:25:43 +0900 (11448a9)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_log_bin.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/bulk_insert.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/bulk_insert.test    2012-03-04 14:24:13 +0900 (31bd58f)
+++ test/sql/suite/mroonga_wrapper/t/bulk_insert.test    2012-03-04 14:25:43 +0900 (793c2a8)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/count_star_index.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/count_star_index.test    2012-03-04 14:24:13 +0900 (e0ff4f6)
+++ test/sql/suite/mroonga_wrapper/t/count_star_index.test    2012-03-04 14:25:43 +0900 (3997db6)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_fulltext_index_comment.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/create_table.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/create_table.test    2012-03-04 14:24:13 +0900 (c201fe6)
+++ test/sql/suite/mroonga_wrapper/t/create_table.test    2012-03-04 14:25:43 +0900 (40fa81f)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/delete.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/delete.test    2012-03-04 14:24:13 +0900 (da8aa49)
+++ test/sql/suite/mroonga_wrapper/t/delete.test    2012-03-04 14:25:43 +0900 (fb106be)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/dry_write_delete.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/dry_write_delete.test    2012-03-04 14:24:13 +0900 (9f84fd0)
+++ test/sql/suite/mroonga_wrapper/t/dry_write_delete.test    2012-03-04 14:25:43 +0900 (bff5434)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/dry_write_insert.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/dry_write_insert.test    2012-03-04 14:24:13 +0900 (f7da588)
+++ test/sql/suite/mroonga_wrapper/t/dry_write_insert.test    2012-03-04 14:25:43 +0900 (f36b8f7)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/dry_write_update.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/dry_write_update.test    2012-03-04 14:24:13 +0900 (03b9e2f)
+++ test/sql/suite/mroonga_wrapper/t/dry_write_update.test    2012-03-04 14:25:43 +0900 (3577364)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_boolean_mode_pragma_default_operator.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_boolean_mode_pragma_default_operator.test    2012-03-04 14:24:13 +0900 (8339f99)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_boolean_mode_pragma_default_operator.test    2012-03-04 14:25:43 +0900 (76c5868)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_index_recreate.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_index_recreate.test    2012-03-04 14:24:13 +0900 (04e3029)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_index_recreate.test    2012-03-04 14:25:43 +0900 (6f5f635)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_insert_select.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_insert_select.test    2012-03-04 14:24:13 +0900 (60acde0)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_insert_select.test    2012-03-04 14:25:43 +0900 (a953021)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_insert_values.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_insert_values.test    2012-03-04 14:24:13 +0900 (1257b7d)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_insert_values.test    2012-03-04 14:25:43 +0900 (a840de8)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_many_records.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_many_records.test    2012-03-04 14:24:13 +0900 (e80caed)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_many_records.test    2012-03-04 14:25:43 +0900 (0c03c88)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_delete.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_delete.test    2012-03-04 14:24:13 +0900 (d9831c4)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_delete.test    2012-03-04 14:25:43 +0900 (56d687a)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_insert.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_insert.test    2012-03-04 14:24:13 +0900 (6524484)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_insert.test    2012-03-04 14:25:43 +0900 (4f8cbe5)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_recreate.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_recreate.test    2012-03-04 14:24:13 +0900 (61d0bfa)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_recreate.test    2012-03-04 14:25:43 +0900 (e1f0b24)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_update.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_update.test    2012-03-04 14:24:13 +0900 (5f99721)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_multiple_column_index_update.test    2012-03-04 14:25:43 +0900 (e25e082)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_multiple_index.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_multiple_index.test    2012-03-04 14:24:13 +0900 (3befc2e)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_multiple_index.test    2012-03-04 14:25:43 +0900 (5d44181)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_not_match_against.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_not_match_against.test    2012-03-04 14:24:13 +0900 (fe764f7)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_not_match_against.test    2012-03-04 14:25:43 +0900 (faa9fce)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_parser_comment.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_parser_comment.test    2012-03-04 14:24:13 +0900 (18404bd)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_parser_comment.test    2012-03-04 14:25:43 +0900 (8ec6131)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_fulltext_index_comment.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_ascii.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_ascii.test    2012-03-04 14:24:13 +0900 (a36b8a8)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_ascii.test    2012-03-04 14:25:43 +0900 (cd6c1a4)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test    2012-03-04 14:24:13 +0900 (30c075f)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_cp932.test    2012-03-04 14:25:43 +0900 (155ee3e)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_cp932.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test    2012-03-04 14:24:13 +0900 (0fcdd99)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_eucjpms.test    2012-03-04 14:25:43 +0900 (2384b55)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_eucjpms.inc
 --source include/have_mroonga.inc
 

  Modified: test/sql/suite/mroonga_wrapper/t/fulltext_search_japanese.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/fulltext_search_japanese.test    2012-03-04 14:24:13 +0900 (4b85d18)
+++ test/sql/suite/mroonga_wrapper/t/fulltext_search_japanese.test    2012-03-04 14:25:43 +0900 (910678b)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/geometry_contains.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/geometry_contains.test    2012-03-04 14:24:13 +0900 (2e59b74)
+++ test/sql/suite/mroonga_wrapper/t/geometry_contains.test    2012-03-04 14:25:43 +0900 (bba8320)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/geometry_delete.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/geometry_delete.test    2012-03-04 14:24:13 +0900 (0d12567)
+++ test/sql/suite/mroonga_wrapper/t/geometry_delete.test    2012-03-04 14:25:43 +0900 (0919ba7)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/geometry_update.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/geometry_update.test    2012-03-04 14:24:13 +0900 (3092dc6)
+++ test/sql/suite/mroonga_wrapper/t/geometry_update.test    2012-03-04 14:25:43 +0900 (bd56755)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/insert.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/insert.test    2012-03-04 14:24:13 +0900 (f242422)
+++ test/sql/suite/mroonga_wrapper/t/insert.test    2012-03-04 14:25:43 +0900 (551720c)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/optimization_order_limit_todo_split_me.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/optimization_order_limit_todo_split_me.test    2012-03-04 14:24:13 +0900 (ec84e7d)
+++ test/sql/suite/mroonga_wrapper/t/optimization_order_limit_todo_split_me.test    2012-03-04 14:25:43 +0900 (9d7f2d8)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/repair_table.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/repair_table.test    2012-03-04 14:24:13 +0900 (903ebc8)
+++ test/sql/suite/mroonga_wrapper/t/repair_table.test    2012-03-04 14:25:43 +0900 (77691e8)
@@ -14,6 +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 include/have_innodb.inc
 --source include/not_embedded.inc
 --source include/have_mroonga.inc
 --source include/have_mroonga_helper.inc

  Modified: test/sql/suite/mroonga_wrapper/t/temporary_table.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/temporary_table.test    2012-03-04 14:24:13 +0900 (bc2aae6)
+++ test/sql/suite/mroonga_wrapper/t/temporary_table.test    2012-03-04 14:25:43 +0900 (52b394c)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_delete.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_delete.test    2012-03-04 14:24:13 +0900 (caebe06)
+++ test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_delete.test    2012-03-04 14:25:43 +0900 (9d5d991)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_update.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_update.test    2012-03-04 14:24:13 +0900 (de1112e)
+++ test/sql/suite/mroonga_wrapper/t/transaction_rollback_delete_update.test    2012-03-04 14:25:43 +0900 (91ea475)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/truncate.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/truncate.test    2012-03-04 14:24:13 +0900 (eed8a1d)
+++ test/sql/suite/mroonga_wrapper/t/truncate.test    2012-03-04 14:25:43 +0900 (771e1c2)
@@ -14,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/update_fulltext.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/update_fulltext.test    2012-03-04 14:24:13 +0900 (7845653)
+++ test/sql/suite/mroonga_wrapper/t/update_fulltext.test    2012-03-04 14:25:43 +0900 (79f0bb2)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings

  Modified: test/sql/suite/mroonga_wrapper/t/update_int.test (+1 -0)
===================================================================
--- test/sql/suite/mroonga_wrapper/t/update_int.test    2012-03-04 14:24:13 +0900 (1151b98)
+++ test/sql/suite/mroonga_wrapper/t/update_int.test    2012-03-04 14:25:43 +0900 (5b888d5)
@@ -15,6 +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 include/have_innodb.inc
 --source include/have_mroonga.inc
 
 --disable_warnings




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