Bug #116212 | fts_delete is not crash-safe if binlog is disabled | ||
---|---|---|---|
Submitted: | 24 Sep 2024 9:29 | Modified: | 3 Dec 2024 10:06 |
Reporter: | Yin Peng (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: FULLTEXT search | Severity: | S3 (Non-critical) |
Version: | 8.4.2 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[24 Sep 2024 9:29]
Yin Peng
[24 Sep 2024 9:29]
Yin Peng
Use the original trx object if it's active. (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: patch.txt (text/plain), 1.74 KiB.
[24 Sep 2024 11:53]
MySQL Verification Team
Hello yin peng, Thank you for the report and contribution. regards, Umesh
[3 Dec 2024 10:06]
Edward Gilmore
Posted by developer: Added the following note to the MySQL Server 9.2.0 release notes: If binary logging was disabled, it was possible for full-text search queries to be incorrect after a server crash. Our thanks to Yin Peng and the Tencent team for the contribution.