1
0
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:
Marko Mäkelä
2016-12-16 17:15:40 +02:00
parent c64edc6b83
commit 6f4f9f2843

View File

@@ -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