[MDEV-27722] innodb_fts.innodb-fts-ddl fails with a wrong error message on FreeBSD Created: 2022-02-02  Updated: 2022-02-17  Resolved: 2022-02-17

Status: Closed
Project: MariaDB Server
Component/s: Platform FreeBSD, Storage Engine - InnoDB, Tests
Affects Version/s: 10.5
Fix Version/s: 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Marko Mäkelä
Resolution: Fixed Votes: 0
Labels: None
Environment:

FreeBSD 13



 Description   

Other versions are likely affected too, I didn't check

URRENT_TEST: innodb_fts.innodb-fts-ddl
--- /usr/home/ec2-user/mariadb-server/mysql-test/suite/innodb_fts/r/innodb-fts-ddl.result	2022-02-02 01:36:26.000000000 +0000
+++ /usr/home/ec2-user/mariadb-server/mysql-test/suite/innodb_fts/r/innodb-fts-ddl.reject	2022-02-02 16:49:07.200677000 +0000
@@ -274,7 +274,7 @@
 call mtr.add_suppression("InnoDB: Failed to create");
 CREATE TABLE t1(a TEXT, FTS_DOC_ID BIGINT UNSIGNED NOT NULL UNIQUE) ENGINE=InnoDB;
 ALTER TABLE t1 ADD FULLTEXT(a), ALGORITHM=INPLACE;
-ERROR HY000: Got error 11 "Resource temporarily unavailable" from storage engine InnoDB
+ERROR HY000: Got error 11 "Resource deadlock avoided" from storage engine InnoDB
 DROP TABLE t1;

Any solution is fine by me – fix, disable, mask...


Generated at Thu Feb 08 09:55:04 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.