Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.6
Description
On a merge to 10.6, the probability that the test innodb_fts.fulltext_misc occasionally returns a different result is significantly increasing:
CURRENT_TEST: innodb_fts.fulltext_misc
|
--- /home/buildbot/amd64-ubuntu-2004-debug/build/mysql-test/suite/innodb_fts/r/fulltext_misc.result 2022-10-25 11:30:21.000000000 +0000
|
+++ /home/buildbot/amd64-ubuntu-2004-debug/build/mysql-test/suite/innodb_fts/r/fulltext_misc.reject 2022-10-25 11:45:15.970847583 +0000
|
@@ -131,6 +131,7 @@
|
test
|
select * from t1 where match a against ("te*" in boolean mode)+0;
|
a
|
+test
|
drop table t1;
|
#
|
# Bug #49734: Crash on EXPLAIN EXTENDED UNION ... ORDER BY
|
mysqltest: Result length mismatch
|
I will work around this issue by disabling this part of the test. The reason of the failure needs to be investigated and fixed.