1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/storage
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
..
2019-08-13 18:57:00 +03:00
2019-08-13 18:57:00 +03:00
2020-02-07 08:51:20 +02:00
2019-12-16 07:47:17 +02:00
2020-02-07 08:51:20 +02:00
2020-02-07 08:51:20 +02:00
2019-12-16 07:47:17 +02:00
2020-02-12 08:55:17 +01:00