Browse Source
MDEV-12266: Remove dict_index_t::space
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.)pull/687/head
34 changed files with 132 additions and 178 deletions
-
44storage/innobase/btr/btr0btr.cc
-
5storage/innobase/btr/btr0bulk.cc
-
38storage/innobase/btr/btr0cur.cc
-
7storage/innobase/btr/btr0scrub.cc
-
13storage/innobase/btr/btr0sea.cc
-
9storage/innobase/dict/dict0boot.cc
-
16storage/innobase/dict/dict0crea.cc
-
9storage/innobase/dict/dict0dict.cc
-
12storage/innobase/dict/dict0load.cc
-
5storage/innobase/dict/dict0mem.cc
-
9storage/innobase/fts/fts0fts.cc
-
6storage/innobase/handler/ha_innodb.cc
-
30storage/innobase/handler/i_s.cc
-
5storage/innobase/ibuf/ibuf0ibuf.cc
-
4storage/innobase/include/btr0bulk.h
-
8storage/innobase/include/btr0sea.ic
-
9storage/innobase/include/dict0dict.h
-
17storage/innobase/include/dict0dict.ic
-
10storage/innobase/include/dict0mem.h
-
4storage/innobase/include/dict0mem.ic
-
2storage/innobase/include/row0row.h
-
4storage/innobase/lock/lock0lock.cc
-
3storage/innobase/mtr/mtr0log.cc
-
8storage/innobase/page/page0cur.cc
-
4storage/innobase/page/page0page.cc
-
3storage/innobase/page/page0zip.cc
-
2storage/innobase/pars/pars0pars.cc
-
2storage/innobase/row/row0ftsort.cc
-
7storage/innobase/row/row0import.cc
-
4storage/innobase/row/row0ins.cc
-
6storage/innobase/row/row0merge.cc
-
1storage/innobase/row/row0mysql.cc
-
2storage/innobase/row/row0quiesce.cc
-
2storage/innobase/row/row0upd.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue