Home
last modified time | relevance | path

Searched refs:space_index_t (Results 1 – 24 of 24) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Ddict0types.h217 typedef ib_id_t space_index_t; typedef
225 index_id_t(space_id_t space_id, space_index_t index_id) in index_id_t()
260 space_index_t m_index_id;
H A Dbtr0btr.h231 space_index_t btr_page_get_index_id(const page_t *page) /*!< in: index page */
292 space_index_t index_id, dict_index_t *index, mtr_t *mtr);
300 space_index_t index_id, mtr_t *mtr);
H A Ddict0boot.h53 space_index_t *index_id, /*!< out: index id
H A Dbtr0btr.ic94 space_index_t id, /*!< in: index id */
110 space_index_t btr_page_get_index_id(const page_t *page) /*!< in: index page */
H A Dfts0fts.h333 space_index_t index_id; /*!< The index id */
H A Ddict0dd.h836 space_index_t *index_id,
H A Ddict0dict.h1191 static constexpr space_index_t s_dynamic_meta_index_id = 2;
H A Ddict0mem.h880 space_index_t id; /*!< id of the index */
H A Ddict0dict.ic1415 space_index_t dict_sdi_get_index_id() { return (IB_UINT64_MAX); }
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/row/
H A Drow0quiesce.cc115 byte row[sizeof(space_index_t) + sizeof(uint32_t) * 8]; in row_quiesce_write_one_index()
119 ut_ad(sizeof(space_index_t) == 8); in row_quiesce_write_one_index()
121 ptr += sizeof(space_index_t); in row_quiesce_write_one_index()
H A Drow0import.cc91 space_index_t m_id; /*!< Index id of the table
577 Index(space_index_t id, page_no_t page_no) : m_id(id), m_page_no(page_no) {} in Index()
579 space_index_t m_id; /*!< Index id */
684 space_index_t id = btr_page_get_index_id(page); in operator ()()
906 row_index_t *find_index(space_index_t id) UNIV_NOTHROW { in find_index()
1927 space_index_t id; in update_index_page()
2659 byte row[sizeof(space_index_t) + sizeof(ib_uint32_t) * 9]; in row_import_read_index_data()
2711 ptr += sizeof(space_index_t); in row_import_read_index_data()
H A Drow0mysql.cc2993 space_index_t index_id = index->id; in row_create_index_for_mysql()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/dict/
H A Ddict0boot.cc66 space_index_t *index_id, /*!< out: index id in dict_hdr_get_new_id()
H A Ddict0dict.cc5082 space_index_t index_id = 0; in open()
5528 space_index_t index_id = mach_read_from_8(buffer + 4); in read()
H A Ddict0load.cc323 space_index_t id; in dict_load_index_low()
H A Ddict0dd.cc5951 space_index_t *index_id, in dd_process_dd_indexes_rec_simple()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/btr/
H A Dbtr0sea.cc103 space_index_t index_id) { in btr_search_fold_index_id()
1091 const space_index_t index_id = btr_page_get_index_id(block->frame); in btr_search_drop_page_hash_index()
H A Dbtr0btr.cc786 static const space_index_t BTR_FREED_INDEX_ID = 0;
808 space_index_t index_id, mtr_t *mtr) { in btr_free_root_check()
838 space_index_t index_id, dict_index_t *index, mtr_t *mtr) { in btr_create()
1016 space_index_t index_id, mtr_t *mtr) { in btr_free_if_exists()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/buf/
H A Dbuf0buf.cc612 space_index_t index_id; in buf_page_print()
4952 const space_index_t ibuf_index_id = in buf_page_monitor()
4953 static_cast<space_index_t>(DICT_IBUF_ID_MIN + IBUF_SPACE_ID); in buf_page_monitor()
4956 const space_index_t idx_id = btr_page_get_index_id(frame); in buf_page_monitor()
H A Dbuf0lru.cc2071 space_index_t idx_id = btr_page_get_index_id(frame); in buf_LRU_block_remove_hashed()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/
H A Dxtrabackup.cc5780 byte row[sizeof(space_index_t) + sizeof(uint32_t) * 8]; in xb_export_cfg_write_one_index()
5784 ut_ad(sizeof(space_index_t) == 8); in xb_export_cfg_write_one_index()
5786 ptr += sizeof(space_index_t); in xb_export_cfg_write_one_index()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/handler/
H A Di_s.cc189 space_index_t index_id; /*!< Index ID if a index page */
4362 static_cast<space_index_t>(DICT_IBUF_ID_MIN + IBUF_SPACE_ID)) { in i_s_innodb_set_page_type()
6988 space_index_t index_id; in i_s_innodb_cached_indexes_fill_table()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/trx/
H A Dtrx0rec.cc314 space_index_t id = mach_read_next_compressed(&ptr); in trx_undo_read_v_idx_low()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/api/
H A Dapi0api.cc783 space_index_t index_id = 0; in ib_cursor_open_index_using_name()