~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Brian Aker
  • Date: 2008-08-17 07:32:45 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080817073245-yuf9fnnc6mzkfncq
Removed dead viewvariable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
  */
148
148
  TABLE_LIST    *merge_underlying_list;
149
149
  /*
150
 
    - 0 for base tables
151
 
    - in case of the view it is the list of all (not only underlying
152
 
    tables but also used in subquery ones) tables of the view.
153
 
  */
154
 
  List<TABLE_LIST> *view_tables;
155
 
  /*
156
150
    List of all base tables local to a subquery including all view
157
151
    tables. Unlike 'next_local', this in this list views are *not*
158
152
    leaves. Created in setup_tables() -> make_leaves_list().