• Marko Mäkelä's avatar
    Rebuild the InnoDB lexical analyzers with flex 2.6.4 · 619d22dd
    Marko Mäkelä authored
    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
    619d22dd
lexyy.cc 83.1 KB