summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_fts/r/versioning.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb_fts/r/versioning.result')
-rw-r--r--mysql-test/suite/innodb_fts/r/versioning.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb_fts/r/versioning.result b/mysql-test/suite/innodb_fts/r/versioning.result
index 73ce8f838fd..27e23c9b2d5 100644
--- a/mysql-test/suite/innodb_fts/r/versioning.result
+++ b/mysql-test/suite/innodb_fts/r/versioning.result
@@ -291,6 +291,8 @@ drop index idx on articles2;
Warnings:
Warning 1082 InnoDB: Table test/articles2 contains 3 indexes inside InnoDB, which is different from the number of indexes 1 defined in the MariaDB
create fulltext index idx on articles2(title, body);
+Warnings:
+Warning 1088 Error updating stats for table 'articles2' after table rebuild: Persistent statistics do not exist
SELECT * FROM articles2 WHERE MATCH (title,body)
AGAINST ('the' IN NATURAL LANGUAGE MODE);
id title body