~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

  • Committer: Monty Taylor
  • Date: 2010-06-25 04:55:52 UTC
  • mfrom: (1637.1.4 staging)
  • Revision ID: mordred@inaugust.com-20100625045552-zh9d8e8va6re0eoe
Fixes from Brian to increase strictness/correctness, Toru to remove
current_session from blitzdb, a race condition bugfix from Joe Daly,
and moving of when plugins call program_options from Monty.

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;