mariadb/storage/innobase/fts
Thirunarayanan Balathandayuthapani a02773f7c0 MDEV-34057 Inconsistent FTS state in concurrent scenarios
Problem:
=======
- This commit is a merge of mysql commit 129ee47ef994652081a11ee9040c0488e5275b14.
InnoDB FTS can be in inconsistent state when sync operation
terminates the server before committing the operation. This
could lead to incorrect synced doc id and incorrect query results.

Solution:
========
- During sync commit operation, InnoDB should pass
the sync transaction to update the max doc id
in the config table.

fts_read_synced_doc_id() : This function is used
to read only synced doc id from the config table.
2024-06-06 19:09:13 +05:30
..
fts0ast.cc
fts0blex.cc
fts0blex.l
fts0config.cc
fts0fts.cc MDEV-34057 Inconsistent FTS state in concurrent scenarios 2024-06-06 19:09:13 +05:30
fts0opt.cc
fts0pars.cc
fts0pars.y
fts0plugin.cc
fts0que.cc
fts0sql.cc
fts0tlex.cc
fts0tlex.l
make_parser.sh
Makefile.query