Navigation Menu

Skip to content

Commit

Permalink
test: move "TOKENIZER" 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 7403e32 commit a9dad9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
Expand Up @@ -14,10 +14,10 @@
# 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/mroonga/have_mariadb.inc
--source ../../../../../include/mroonga/have_mariadb.inc
--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 @@ -41,4 +41,4 @@ SELECT * FROM diaries

DROP TABLE diaries;

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

0 comments on commit a9dad9d

Please sign in to comment.