mariadb/storage/innobase/pars
Marko Mäkelä a039d6c3e6 Remove unused tokens from the InnoDB SQL parser.
PARS_INTEGER_TOKEN: Remove. The lexer returns only PARS_INT_TOKEN.

PARS_FIXBINARY_LIT, PARS_BLOB_LIT: Remove. These are never returned
by the lexer. In sym_tab_add_bound_lit(), use PARS_STR_LIT.
2017-04-17 03:20:34 +03:00
..
lexyy.cc MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
make_bison.sh Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
make_flex.sh MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
pars0grm.cc Remove unused tokens from the InnoDB SQL parser. 2017-04-17 03:20:34 +03:00
pars0grm.y Remove unused tokens from the InnoDB SQL parser. 2017-04-17 03:20:34 +03:00
pars0lex.l MDEV-12273 Remove dict_table_t::does_not_fit_in_memory 2017-03-16 10:24:53 +02:00
pars0opt.cc MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GLOBAL SYMBOLS TO STATIC 2017-03-17 12:48:50 +02:00
pars0pars.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
pars0sym.cc Remove unused tokens from the InnoDB SQL parser. 2017-04-17 03:20:34 +03:00