Navigation Menu

Skip to content

Commit

Permalink
test: move "PARSER" option for FULLTEXT INDEX tests to create/table/
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 18, 2015
1 parent 71815ff commit 7403e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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_fulltext_index_comment.inc
--source ../../../../include/mroonga/have_mroonga.inc
--source ../../../../../include/mroonga/have_fulltext_index_comment.inc
--source ../../../../../include/mroonga/have_mroonga.inc

--disable_warnings
drop table if exists diaries;
Expand All @@ -36,4 +36,4 @@ select * from diaries;
select * from diaries where match(body) against("+start" in boolean mode) order by id;
drop table diaries;

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

0 comments on commit 7403e32

Please sign in to comment.