Navigation Menu

Skip to content

Commit

Permalink
test: update expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaru777 committed Feb 20, 2014
1 parent c3d1a2f commit d17ccc6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -25,12 +25,12 @@ bugs CREATE TABLE `bugs` (
) ENGINE=mroonga DEFAULT CHARSET=utf8
SELECT * FROM bugs;
id tags
1 groonga mroonga
1 GROONGA MROONGA
ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'table "tags"';
SELECT * FROM bugs
WHERE MATCH(tags) AGAINST("Groonga");
id tags
1 groonga mroonga
1 GROONGA MROONGA
SHOW CREATE TABLE tags;
Table Create Table
tags CREATE TABLE `tags` (
Expand Down

0 comments on commit d17ccc6

Please sign in to comment.