~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2009-08-10 16:55:06 UTC
  • mfrom: (1112.1.4 merge)
  • Revision ID: brian@gaz-20090810165506-rgqyrd7pwrmkaw3d
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
3504
3504
  TableList *next_emb= next_tab->table->pos_in_table_list->embedding;
3505
3505
  JOIN *join= last_tab->join;
3506
3506
 
3507
 
  if (join->cur_embedding_map & ~next_tab->embedding_map)
 
3507
  if ((join->cur_embedding_map & ~next_tab->embedding_map).any())
3508
3508
  {
3509
3509
    /*
3510
3510
      next_tab is outside of the "pair of brackets" we're currently in.