mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-6076 Adjust a test result.
This test and result had been modified in WL#6204, but I missed it, because the test had been renamed from innodb_fts.innodb_fts_plugin to innodb_fts.plugin.
This commit is contained in:
@@ -139,8 +139,8 @@ INSERT INTO articles (title, body) VALUES
|
|||||||
SELECT * FROM articles WHERE
|
SELECT * FROM articles WHERE
|
||||||
MATCH(title, body) AGAINST('Tricks');
|
MATCH(title, body) AGAINST('Tricks');
|
||||||
id title body
|
id title body
|
||||||
4 1001 MySQL Tricks How to use full-text search engine
|
9 1001 MySQL Tricks How to use full-text search engine
|
||||||
5 Go MySQL Tricks How to use full text search engine
|
10 Go MySQL Tricks How to use full text search engine
|
||||||
SELECT COUNT(*) FROM articles;
|
SELECT COUNT(*) FROM articles;
|
||||||
COUNT(*)
|
COUNT(*)
|
||||||
5
|
5
|
||||||
|
Reference in New Issue
Block a user