mariadb/storage/xtradb/fts
Marko Mäkelä c7552969d0 MDEV-23999 Potential stack overflow in InnoDB fulltext search
fts_query_t::nested_sub_exp: Keep track of nested
fts_ast_visit_sub_exp() calls.

fts_ast_visit_sub_exp(): Return DB_OUT_OF_MEMORY if the
maximum recursion depth is exceeded.

This is motivated by a change in MySQL 5.6.50:
mysql/mysql-server@e2a46b4834
Bug #29929684 USING MANY NESTED ARGUMENTS WITH BOOLEAN FTS CAN LEAD
TO TERMINATE SERVER
2020-10-21 10:04:44 +03:00
..
fts0ast.cc Update FSF address 2019-05-11 19:25:02 +03:00
fts0blex.cc Update FSF address 2019-05-11 19:25:02 +03:00
fts0blex.l Update FSF address 2019-05-11 19:25:02 +03:00
fts0config.cc MDEV-19529 InnoDB hang on DROP FULLTEXT INDEX 2019-09-18 13:22:08 +05:30
fts0fts.cc MDEV-22903 heap-use-after-free while accessing fts cache deleted doc ids 2020-07-23 16:34:38 +05:30
fts0opt.cc MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang 2019-10-25 16:27:41 +03:00
fts0pars.cc Revert some InnoDB/XtraDB changes 2018-11-05 16:47:14 +02:00
fts0pars.y Update FSF address 2019-05-11 19:25:02 +03:00
fts0que.cc MDEV-23999 Potential stack overflow in InnoDB fulltext search 2020-10-21 10:04:44 +03:00
fts0sql.cc MDEV-19529 InnoDB hang on DROP FULLTEXT INDEX 2019-09-18 13:22:08 +05:30
fts0tlex.cc Update FSF address 2019-05-11 19:25:02 +03:00
fts0tlex.l Update FSF address 2019-05-11 19:25:02 +03:00
make_parser.sh Update FSF address 2019-05-11 19:25:02 +03:00
Makefile.query