mariadb/storage/xtradb/fts
Marko Mäkelä 619d22dde5 Rebuild the InnoDB lexical analyzers with flex 2.6.4
InnoDB includes 3 parsers, which use 3 lexical analyzers that
are generated with flex. Flex versions before 2.6 emitted
the keyword "register", which is deprecated in C++17.

The lexical analyzers were regenerated as follows:

for s in storage/innobase storage/xtradb
do
	(cd "$s"/pars; ./make_flex.sh)
	touch "$s"/fts/*.l
	make -C "$s"/fts -f Makefile.query
done
2019-04-01 13:03:18 +03:00
..
fts0ast.cc MDEV-16865 InnoDB fts_query() ignores KILL 2018-08-01 08:43:12 +03:00
fts0blex.cc Rebuild the InnoDB lexical analyzers with flex 2.6.4 2019-04-01 13:03:18 +03:00
fts0blex.l move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0config.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0fts.cc MDEV-18637 Assertion `cache' failed in fts_init_recover_doc 2019-03-06 14:46:58 +02:00
fts0opt.cc MDEV-18659: Revert a non-functional change 2019-03-06 12:45:54 +02:00
fts0pars.cc Revert some InnoDB/XtraDB changes 2018-11-05 16:47:14 +02:00
fts0pars.y Revert some InnoDB/XtraDB changes 2018-11-05 16:47:14 +02:00
fts0que.cc MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit max limit 2018-10-16 13:02:50 +05:30
fts0sql.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0tlex.cc Rebuild the InnoDB lexical analyzers with flex 2.6.4 2019-04-01 13:03:18 +03:00
fts0tlex.l move to storage/xtradb 2015-05-04 19:15:28 +02:00
make_parser.sh 5.6.31-77.0 2016-08-10 19:24:58 +02:00
Makefile.query move to storage/xtradb 2015-05-04 19:15:28 +02:00