~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

Merged in plugin-slot-reorg patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
class Natural_join_column;
61
61
class select_union;
62
62
class Select_Lex_Unit;
63
 
class InfoSchemaTable;
64
63
class Select_Lex;
65
64
class Tmp_Table_Param;
66
65
class Item_subselect;
67
66
class Table;
68
67
 
 
68
namespace drizzled
 
69
{
 
70
namespace plugin
 
71
{
 
72
  class InfoSchema;
 
73
}
 
74
}
 
75
 
69
76
struct nested_join_st;
70
77
 
71
78
class TableList
208
215
  */
209
216
  select_union  *derived_result;
210
217
  Select_Lex_Unit *derived;             /* Select_Lex_Unit of derived table */
211
 
  InfoSchemaTable *schema_table;        /* Information_schema table */
 
218
  drizzled::plugin::InfoSchema *schema_table; /* Information_schema table */
212
219
  Select_Lex    *schema_select_lex;
213
220
  Tmp_Table_Param *schema_table_param;
214
221
  /* link to select_lex where this table was used */