From 6f4f9f2843d452d29883fe8d136e938980e6b376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Fri, 16 Dec 2016 17:15:40 +0200 Subject: [PATCH] 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. --- mysql-test/suite/innodb_fts/r/innodb_fts_plugin.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/suite/innodb_fts/r/innodb_fts_plugin.result b/mysql-test/suite/innodb_fts/r/innodb_fts_plugin.result index c7c86290f3c..f057db1d284 100644 --- a/mysql-test/suite/innodb_fts/r/innodb_fts_plugin.result +++ b/mysql-test/suite/innodb_fts/r/innodb_fts_plugin.result @@ -139,8 +139,8 @@ INSERT INTO articles (title, body) VALUES SELECT * FROM articles WHERE MATCH(title, body) AGAINST('Tricks'); id title body -4 1001 MySQL Tricks How to use full-text search engine -5 Go MySQL Tricks How to use full text search engine +9 1001 MySQL Tricks How to use full-text search engine +10 Go MySQL Tricks How to use full text search engine SELECT COUNT(*) FROM articles; COUNT(*) 5