~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:33:25 UTC
  • Revision ID: brian@tangent.org-20090207223325-5ipgldvw1pkghboq
typdef class removal (just... use the name of the class).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
class COND_EQUAL;
60
60
class Natural_join_column;
61
61
class select_union;
62
 
class Select_Lex_unit;
 
62
class Select_Lex_Unit;
63
63
class ST_SCHEMA_TABLE;
64
64
class Select_Lex;
65
65
class TMP_TABLE_PARAM;
166
166
    can see this lists can't be merged)
167
167
  */
168
168
  TableList     *correspondent_table;
169
 
  Select_Lex_unit *derived;             /* Select_Lex_UNIT of derived table */
 
169
  Select_Lex_Unit *derived;             /* Select_Lex_Unit of derived table */
170
170
  ST_SCHEMA_TABLE *schema_table;        /* Information_schema table */
171
171
  Select_Lex    *schema_select_lex;
172
172
  /*