mariadb/storage/innobase/dict
Marko Mäkelä 96901d9545 Cleanup: Remove dict_ind_redundant
There is no reason for the dummy index object dict_ind_redundant
to exist any more. It was only being passed to btr_create().

btr_create(): If !index, assume that a ROW_FORMAT=REDUNDANT
table is being created.

We could pass ibuf.index, dict_sys.sys_tables->indexes.start
and so on, if those objects had been initialized before the
function btr_create() is called.
2020-02-20 22:00:43 +02:00
..
dict0boot.cc Cleanup: Remove dict_ind_redundant 2020-02-20 22:00:43 +02:00
dict0crea.cc Merge 10.4 into 10.5 2019-12-27 21:17:16 +02:00
dict0defrag_bg.cc MDEV-16264 Use threadpool for Innodb background work. 2019-11-15 18:09:30 +01:00
dict0dict.cc Cleanup: Remove dict_ind_redundant 2020-02-20 22:00:43 +02:00
dict0load.cc MDEV-18115 Remove dummy tablespace for the redo log 2020-01-01 22:09:51 +08:00
dict0mem.cc Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
dict0stats.cc Merge 10.4 into 10.5 2020-01-20 16:48:56 +02:00
dict0stats_bg.cc Fix shutdown hang in dict_stats , caused by MDEV-16264 2019-11-25 15:02:08 +01:00