~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_table.h

  • Committer: Brian Aker
  • Date: 2009-07-11 19:15:43 UTC
  • mto: This revision was merged to the branch mainline in revision 1093.
  • Revision ID: brian@gaz-20090711191543-7tpgoaqnrlw23n36
Fix TABLE_REF structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
    this number of rows for the table.
149
149
  */
150
150
  ha_rows limit;
151
 
  TABLE_REF     ref;
 
151
  table_reference_st    ref;
152
152
  JOIN_CACHE cache;
153
153
  JOIN *join;
154
154