~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
class Select_Lex_Unit;
63
63
class ST_SCHEMA_TABLE;
64
64
class Select_Lex;
65
 
class TMP_TABLE_PARAM;
 
65
class Tmp_Table_Param;
66
66
class Item_subselect;
67
67
class Table;
68
68
 
174
174
    schema table fields for backwards compatibility with SHOW command.
175
175
  */
176
176
  bool schema_table_reformed;
177
 
  TMP_TABLE_PARAM *schema_table_param;
 
177
  Tmp_Table_Param *schema_table_param;
178
178
  /* link to select_lex where this table was used */
179
179
  Select_Lex    *select_lex;
180
180
  /*