Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.5
-
None
-
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...