Skip to content

Commit 0a5b4aa

Browse files
Andrzej Jarzabekzmur
authored andcommitted
Bug#34929814 Inconsistent FTS state in concurrent scenarios
Bug#36347647 Contribution by Tencent: Resiliency issue in fts_sync_commit Post-push fix: Add doxygen documentation to function parameter. Simplified patch backported. Change-Id: Ie3dbf78b4e84ae22c85d1ce873b58ee926566ff8
1 parent a7e0c41 commit 0a5b4aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

storage/innobase/fts/fts0fts.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,7 +2790,9 @@ fts_cmp_set_sync_doc_id(
27902790
after comparing "doc_id_cmp"
27912791
to the one stored in CONFIG
27922792
table */
2793-
trx_t* trx = NULL)
2793+
trx_t* trx = NULL) /*!< in: transaction in which
2794+
the doc_id is retrieved and
2795+
stored */
27942796
{
27952797
pars_info_t* info;
27962798
dberr_t error;

0 commit comments

Comments
 (0)