[Groonga-mysql-commit] mroonga/mroonga [master] support long file name in archive.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 10月 27日 (木) 18:07:37 JST


Kouhei Sutou	2011-10-27 09:07:37 +0000 (Thu, 27 Oct 2011)

  New Revision: e4a882c6c26c9e9e66e864f4c7618c2de16c0b0a

  Log:
    support long file name in archive.

  Modified files:
    configure.ac
    test/sql/groonga_storage/r/Makefile.am
    test/sql/groonga_storage/t/Makefile.am
    test/sql/groonga_wrapper/r/Makefile.am
    test/sql/groonga_wrapper/t/Makefile.am

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2011-10-27 08:44:52 +0000 (7019462)
+++ configure.ac    2011-10-27 09:07:37 +0000 (c51a03a)
@@ -1,6 +1,6 @@
 AC_INIT([groonga-storage-engine], [1.0.1], [ikdtt****@gmail*****])
 AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign tar-pax])
 
 AC_C_BIGENDIAN
 AC_PROG_CC

  Modified: test/sql/groonga_storage/r/Makefile.am (+12 -1)
===================================================================
--- test/sql/groonga_storage/r/Makefile.am    2011-10-27 08:44:52 +0000 (91095f3)
+++ test/sql/groonga_storage/r/Makefile.am    2011-10-27 09:07:37 +0000 (0cfcbed)
@@ -12,9 +12,18 @@ EXTRA_DIST = \
 	delete_normal_column.result \
 	drop_database.result \
 	drop_table.result \
+	dry_write_delete.result \
+	dry_write_insert.result \
+	dry_write_update.result \
 	flush_logs.result \
+	fulltext_boolean_mode_pragma_default_operator.result \
+	fulltext_index_recreate.result \
 	fulltext_insert_select.result \
 	fulltext_insert_values.result \
+	fulltext_multiple_column_index_delete.result \
+	fulltext_multiple_column_index_insert.result \
+	fulltext_multiple_column_index_recreate.result \
+	fulltext_multiple_column_index_update.result \
 	fulltext_multiple_index.result \
 	fulltext_not_match_against.result \
 	fulltext_parser_comment.result \
@@ -32,8 +41,10 @@ EXTRA_DIST = \
 	log_level.result \
 	multiple_column_index_delete.result \
 	multiple_column_index_int.result \
-	multiple_column_index_text.result \
+	multiple_column_index_recreate.result \
+	multiple_column_index_string.result \
 	multiple_column_index_update.result \
+	multiple_column_index_varchar.result \
 	multiple_column_primary_key_delete.result \
 	multiple_column_primary_key_int.result \
 	multiple_column_primary_key_update.result \

  Modified: test/sql/groonga_storage/t/Makefile.am (+12 -1)
===================================================================
--- test/sql/groonga_storage/t/Makefile.am    2011-10-27 08:44:52 +0000 (5e2e800)
+++ test/sql/groonga_storage/t/Makefile.am    2011-10-27 09:07:37 +0000 (473b796)
@@ -12,9 +12,18 @@ EXTRA_DIST = \
 	delete_normal_column.test \
 	drop_database.test \
 	drop_table.test \
+	dry_write_delete.test \
+	dry_write_insert.test \
+	dry_write_update.test \
 	flush_logs.test \
+	fulltext_boolean_mode_pragma_default_operator.test \
+	fulltext_index_recreate.test \
 	fulltext_insert_select.test \
 	fulltext_insert_values.test \
+	fulltext_multiple_column_index_delete.test \
+	fulltext_multiple_column_index_insert.test \
+	fulltext_multiple_column_index_recreate.test \
+	fulltext_multiple_column_index_update.test \
 	fulltext_multiple_index.test \
 	fulltext_not_match_against.test \
 	fulltext_parser_comment.test \
@@ -32,8 +41,10 @@ EXTRA_DIST = \
 	log_level.test \
 	multiple_column_index_delete.test \
 	multiple_column_index_int.test \
-	multiple_column_index_text.test \
+	multiple_column_index_recreate.test \
+	multiple_column_index_string.test \
 	multiple_column_index_update.test \
+	multiple_column_index_varchar.test \
 	multiple_column_primary_key_delete.test \
 	multiple_column_primary_key_int.test \
 	multiple_column_primary_key_update.test \

  Modified: test/sql/groonga_wrapper/r/Makefile.am (+15 -2)
===================================================================
--- test/sql/groonga_wrapper/r/Makefile.am    2011-10-27 08:44:52 +0000 (71b24f8)
+++ test/sql/groonga_wrapper/r/Makefile.am    2011-10-27 09:07:37 +0000 (0b8963f)
@@ -1,19 +1,32 @@
 # echo "EXTRA_DIST = \\"; ls *.result | sort | sed -e 's/^/\t/' -e 's,$, \\,'; echo -n "\t\$(NULL)"
 EXTRA_DIST = \
+	auto_increment_text.result \
 	binlog.result \
 	create_table.result \
 	delete.result \
-	fulltext_drop_index.result \
+	dry_write_delete.result \
+	dry_write_insert.result \
+	dry_write_update.result \
+	fulltext_boolean_mode_pragma_default_operator.result \
+	fulltext_index_recreate.result \
 	fulltext_insert_select.result \
 	fulltext_insert_values.result \
 	fulltext_many_records.result \
 	fulltext_multiple_column_index_delete.result \
 	fulltext_multiple_column_index_insert.result \
+	fulltext_multiple_column_index_recreate.result \
 	fulltext_multiple_column_index_update.result \
+	fulltext_multiple_index.result \
 	fulltext_myisam.result \
 	fulltext_not_match_against.result \
+	fulltext_parser_comment.result \
 	fulltext_search_ascii.result \
 	fulltext_search_japanese.result \
+	geometry_contains.result \
+	geometry_delete.result \
+	geometry_update.result \
 	insert.result \
-	update.result \
+	order_limit_performance.result \
+	update_fulltext.result \
+	update_int.result \
 	$(NULL)

  Modified: test/sql/groonga_wrapper/t/Makefile.am (+15 -2)
===================================================================
--- test/sql/groonga_wrapper/t/Makefile.am    2011-10-27 08:44:52 +0000 (65fc2a6)
+++ test/sql/groonga_wrapper/t/Makefile.am    2011-10-27 09:07:37 +0000 (92420fc)
@@ -1,19 +1,32 @@
 # echo "EXTRA_DIST = \\"; ls *.test | sort | sed -e 's/^/\t/' -e 's,$, \\,'; echo -n "\t\$(NULL)"
 EXTRA_DIST = \
+	auto_increment_text.test \
 	binlog.test \
 	create_table.test \
 	delete.test \
-	fulltext_drop_index.test \
+	dry_write_delete.test \
+	dry_write_insert.test \
+	dry_write_update.test \
+	fulltext_boolean_mode_pragma_default_operator.test \
+	fulltext_index_recreate.test \
 	fulltext_insert_select.test \
 	fulltext_insert_values.test \
 	fulltext_many_records.test \
 	fulltext_multiple_column_index_delete.test \
 	fulltext_multiple_column_index_insert.test \
+	fulltext_multiple_column_index_recreate.test \
 	fulltext_multiple_column_index_update.test \
+	fulltext_multiple_index.test \
 	fulltext_myisam.test \
 	fulltext_not_match_against.test \
+	fulltext_parser_comment.test \
 	fulltext_search_ascii.test \
 	fulltext_search_japanese.test \
+	geometry_contains.test \
+	geometry_delete.test \
+	geometry_update.test \
 	insert.test \
-	update.test \
+	order_limit_performance.test \
+	update_fulltext.test \
+	update_int.test \
 	$(NULL)




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