Navigation Menu

Skip to content

Commit

Permalink
test: group by comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 19, 2015
1 parent 3c8bfb8 commit 0860a6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -15,8 +15,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

--source include/have_innodb.inc
--source ../../../../../../include/mroonga/have_mroonga.inc
--source ../../../../../../include/mroonga/load_mroonga_functions.inc
--source ../../../../../../../include/mroonga/have_mroonga.inc
--source ../../../../../../../include/mroonga/load_mroonga_functions.inc

--disable_query_log
DROP DATABASE test;
Expand All @@ -38,5 +38,5 @@ SELECT mroonga_command("dump --dump_plugins no");

DROP TABLE memos;

--source ../../../../../../include/mroonga/unload_mroonga_functions.inc
--source ../../../../../../include/mroonga/have_mroonga_deinit.inc
--source ../../../../../../../include/mroonga/unload_mroonga_functions.inc
--source ../../../../../../../include/mroonga/have_mroonga_deinit.inc
Expand Up @@ -15,8 +15,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

--source include/have_innodb.inc
--source ../../../../../../include/mroonga/have_mroonga.inc
--source ../../../../../../include/mroonga/load_mroonga_functions.inc
--source ../../../../../../../include/mroonga/have_mroonga.inc
--source ../../../../../../../include/mroonga/load_mroonga_functions.inc

--disable_query_log
DROP DATABASE test;
Expand All @@ -38,5 +38,5 @@ SELECT mroonga_command("dump --dump_plugins no");

DROP TABLE memos;

--source ../../../../../../include/mroonga/unload_mroonga_functions.inc
--source ../../../../../../include/mroonga/have_mroonga_deinit.inc
--source ../../../../../../../include/mroonga/unload_mroonga_functions.inc
--source ../../../../../../../include/mroonga/have_mroonga_deinit.inc

0 comments on commit 0860a6f

Please sign in to comment.