~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/schemata.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-11-26 04:33:51 UTC
  • mto: (1228.4.1 push)
  • mto: This revision was merged to the branch mainline in revision 1234.
  • Revision ID: osullivan.padraig@gmail.com-20091126043351-2ebmuyzrbifxat0q
Removed all remnants of schema_table from the TableList class. This cleans up a bunch of code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
  /* the WHERE condition */
174
174
  COND *cond= table->reginfo.join_tab->select_cond;
175
175
 
176
 
  if (get_lookup_field_values(session, cond, table->pos_in_table_list, &lookup_field_vals))
 
176
  if (get_lookup_field_values(session, 
 
177
                              cond, 
 
178
                              table->pos_in_table_list, 
 
179
                              &lookup_field_vals,
 
180
                              schema_table))
177
181
  {
178
182
    return 0;
179
183
  }