~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

Merged in slot -> service changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
{
70
70
namespace plugin
71
71
{
72
 
  class InfoSchema;
 
72
  class InfoSchemaTable;
73
73
}
74
74
}
75
75
 
215
215
  */
216
216
  select_union  *derived_result;
217
217
  Select_Lex_Unit *derived;             /* Select_Lex_Unit of derived table */
218
 
  drizzled::plugin::InfoSchema *schema_table; /* Information_schema table */
 
218
  drizzled::plugin::InfoSchemaTable *schema_table; /* Information_schema table */
219
219
  Select_Lex    *schema_select_lex;
220
220
  Tmp_Table_Param *schema_table_param;
221
221
  /* link to select_lex where this table was used */