MCPcopy Create free account
hub / github.com/MariaDB/server / row_create_fields

Method row_create_fields

sql/field.cc:2778–2782  ·  view source on GitHub ↗

Create a virtual table with Fields for a ROW members from an explicit structure. */

Source from the content-addressed store, hash-verified

2776 from an explicit structure.
2777*/
2778bool Field_row::row_create_fields(THD *thd, List<Spvar_definition> *list)
2779{
2780 DBUG_ASSERT(!m_table);
2781 return !(m_table= create_virtual_tmp_table(thd, *list));
2782}
2783
2784
2785/*

Callers 4

create_packableMethod · 0.80
sp_returns_typeMethod · 0.80
init_result_fieldMethod · 0.80

Calls 7

create_virtual_tmp_tableFunction · 0.85
is_table_rowtype_refMethod · 0.80
table_rowtype_refMethod · 0.80
is_cursor_rowtype_refMethod · 0.80
is_rowMethod · 0.80
row_field_definitionsMethod · 0.80

Tested by

no test coverage detected