Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0(EOL), 10.1(EOL)
-
linux
-
10.0.26
Description
I encounter exactly the same issue as described in this mysql bug
http://bugs.mysql.com/bug.php?id=73816
"In an instance of ours, where we are using FULLTEXT indexes on InnoDB tables, we see occasional blocked DML operations on any table using any engine (InnoDB as well as MyISAM) for the duration of ~2 minutes. The SHOW INNODB STATUS reveals that the oldest running transaction is an INSERT into a table with a FULLTEXT index"
As mariadb doesn't have the parameter binlog_order_commits the only workaround found so far was to disable binary logging.
Attachments
Issue Links
- is part of
-
MDEV-10224 10.0.26 merge
- Closed
-
MDEV-11133 10.0.28 merge
- Closed
- links to