Home
last modified time | relevance | path

Searched refs:m_build_input_tables (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhash_join_iterator.cc69 m_build_input_tables(join, build_input_tables), in HashJoinIterator()
70 m_row_buffer(m_build_input_tables, join_conditions, max_memory_available), in HashJoinIterator()
97 for (const hash_join_buffer::Table &it : m_build_input_tables.tables()) { in HashJoinIterator()
190 if (!m_build_input_tables.has_blob_column()) { in Init()
192 hash_join_buffer::ComputeRowSizeUpperBound(m_build_input_tables); in Init()
215 MarkCopyBlobsIfTableContainsGeometry(m_build_input_tables); in Init()
429 m_build_input_tables, m_row_buffer.LastRowStored()->second); in BuildHashTable()
472 RequestRowId(m_build_input_tables.tables()); in BuildHashTable()
505 m_build_input_tables.tables().back().qep_tab; in BuildHashTable()
509 m_build_input_tables, in BuildHashTable()
[all …]
H A Dhash_join_iterator.h493 hash_join_buffer::TableCollection m_build_input_tables; variable