~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

Refreshing from mainline branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
      setup_tables_and_check_access(session, &select_lex->context, join_list,
185
185
                                    tables_list, &select_lex->leaf_tables,
186
186
                                    false))
 
187
  {
187
188
      return(-1);
 
189
  }
188
190
 
189
191
  TableList *table_ptr;
190
192
  for (table_ptr= select_lex->leaf_tables;