MDEV-30996 insert.. select in presence of full text index freezes all other commits at commit time
- This patch does the following: git revert --no-commit 673243c8 git revert --no-commit 6c669b95 git revert --no-commit bacaf2d4 git checkout HEAD mysql-test git revert --no-commit 1fd7d3a9 Above command reverts MDEV-29277, MDEV-25581, MDEV-29342. When binlog is enabled, trasaction takes a lot of time to do sync operation on innodb fts table. This leads to block of other transaction commit. To avoid this failure, remove the fulltext sync operation during transaction commit. So reverted MDEV-25581 related patches. We filed MDEV-31105 to avoid the memory consumption problem during fulltext sync operation.
Showing
Please register or sign in to comment