mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
e30c4cfc7a
Problem: ======== - InnoDB clears the fts resource when last FTS index is being dropped if the table has user defined FTS_DOC_ID. While creating the new fts index, InnoDB expects to have FTS resources. Fix: === fts_drop_index(): Removed the fts resource clear. fts_clear_all(): Clear the fts resource when there are no new fts index to be added. commit_cache_norebuild(), row_merge_drop_indexes(): Tries to call fts resource after removing associated fts index from table object |
||
---|---|---|
.. | ||
fts0ast.cc | ||
fts0blex.cc | ||
fts0blex.l | ||
fts0config.cc | ||
fts0fts.cc | ||
fts0opt.cc | ||
fts0pars.cc | ||
fts0pars.y | ||
fts0plugin.cc | ||
fts0que.cc | ||
fts0sql.cc | ||
fts0tlex.cc | ||
fts0tlex.l | ||
make_parser.sh | ||
Makefile.query |