Public Member Functions | |
| Select_materialize (select_result *result_arg) | |
| virtual bool | send_fields (List< Item > &list, uint flags) |
Private Attributes | |
| select_result * | result |
Definition at line 109 of file sql_cursor.cc.
| Select_materialize::Select_materialize | ( | select_result * | result_arg | ) | [inline] |
Definition at line 662 of file sql_cursor.cc.
References DBUG_ASSERT, FALSE, TMP_TABLE_ALL_COLUMNS, and TRUE.
00663 { 00664 DBUG_ASSERT(table == 0); 00665 if (create_result_table(unit->thd, unit->get_unit_column_types(), 00666 FALSE, thd->options | TMP_TABLE_ALL_COLUMNS, "")) 00667 return TRUE; 00668 return FALSE; 00669 }
select_result* Select_materialize::result [private] |
Definition at line 111 of file sql_cursor.cc.
1.4.7

