Navigation Menu

Skip to content

Commit

Permalink
test: group ALTER TABLE ADD FULLTEXT INDEX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 14, 2014
1 parent d2f2821 commit b61831a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

--source include/not_embedded.inc
--source ../../../include/mroonga/have_mroonga.inc
--source ../../../../include/mroonga/have_mroonga.inc

--disable_warnings
DROP TABLE IF EXISTS diaries;
Expand Down Expand Up @@ -53,4 +53,4 @@ SHOW CREATE TABLE diaries;

DROP TABLE diaries;

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

--source include/not_embedded.inc
--source ../../../include/mroonga/have_mroonga.inc
--source ../../../../include/mroonga/have_mroonga.inc

--disable_warnings
DROP TABLE IF EXISTS tags;
Expand Down Expand Up @@ -50,4 +50,4 @@ SHOW CREATE TABLE bugs;
DROP TABLE bugs;
DROP TABLE tags;

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

0 comments on commit b61831a

Please sign in to comment.