mariadb/storage/innobase/pars
Marko Mäkelä 604fea1ad6 MDEV-12266: Remove dict_index_t::space
We can rely on the dict_table_t::space. All indexes of a table object
are always in the same tablespace. (For fulltext indexes, the data is
located in auxiliary tables, and these will continue to have their own
table objects, separate from the main table.)
2018-03-29 20:47:37 +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 MDEV-12266: Remove dict_index_t::space 2018-03-29 20:47:37 +03:00
pars0sym.cc Remove unused tokens from the InnoDB SQL parser. 2017-04-17 03:20:34 +03:00