mariadb/storage/xtradb/pars
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
..
lexyy.cc Rebuild the InnoDB lexical analyzers with flex 2.6.4 2019-04-01 13:03:18 +03:00
make_bison.sh move to storage/xtradb 2015-05-04 19:15:28 +02:00
make_flex.sh Rebuild the InnoDB lexical analyzers with flex 2.6.4 2019-04-01 13:03:18 +03:00
pars0grm.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
pars0grm.y move to storage/xtradb 2015-05-04 19:15:28 +02:00
pars0lex.l Rebuild the InnoDB lexical analyzers with flex 2.6.4 2019-04-01 13:03:18 +03:00
pars0opt.cc 5.6.36-82.0 2017-05-16 14:16:11 +03:00
pars0pars.cc Rebuild the InnoDB lexical analyzers with flex 2.6.4 2019-04-01 13:03:18 +03:00
pars0sym.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00