mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
619d22dde5
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 |
||
---|---|---|
.. | ||
lexyy.cc | ||
make_bison.sh | ||
make_flex.sh | ||
pars0grm.cc | ||
pars0grm.y | ||
pars0lex.l | ||
pars0opt.cc | ||
pars0pars.cc | ||
pars0sym.cc |