diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-01 13:03:18 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-01 13:03:18 +0300 |
commit | 619d22dde54ffe483ef8a57e49ec802b0e30c6bf (patch) | |
tree | c79e2edcfb58cda0df2ae35d224dc437c350f2f7 /storage/innobase/include/dict0crea.ic | |
parent | 23eeecd68fd2ff4451286d6e2a52fa5b89b7961c (diff) | |
download | mariadb-git-619d22dde54ffe483ef8a57e49ec802b0e30c6bf.tar.gz |
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
Diffstat (limited to 'storage/innobase/include/dict0crea.ic')
0 files changed, 0 insertions, 0 deletions