Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtable_function.cc491 if (m_child_jds_elt->producing_records) { in fill_column()
498 m_child_jds_elt->producing_records = false; in fill_column()
506 if (tc->m_child_jds_elt->producing_records) { in fill_column()
520 m_child_jds_elt->producing_records = true; in fill_column()
641 if (col->m_child_jds_elt->producing_records) skip_subtree = JTS_NONE; in fill_json_table()
805 producing_records = false; in cleanup()
H A Dtable_function.h216 bool producing_records; variable
218 JT_data_source() : v(key_memory_JSON), producing_records(false) {} in JT_data_source()