Create a virtual table with Fields for a ROW members from an explicit structure. */
| 2776 | from an explicit structure. |
| 2777 | */ |
| 2778 | bool 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 | /* |
no test coverage detected