~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

  • Committer: Brian Aker
  • Date: 2009-11-30 19:13:19 UTC
  • mfrom: (1225.1.39 figure)
  • Revision ID: brian@gaz-20091130191319-zyt51fidacic3brf
Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
1245
1245
    return;
1246
1246
  }
1247
1247
 
1248
 
  if ((this->select_lex->options & OPTION_SCHEMA_TABLE) && get_schema_tables_result(this, PROCESSED_BY_JOIN_EXEC))
1249
 
    return;
1250
 
 
1251
1248
  if (select_options & SELECT_DESCRIBE)
1252
1249
  {
1253
1250
    /*
5584
5581
 
5585
5582
    s->dependent= tables->dep_tables;
5586
5583
    s->key_dependent= 0;
5587
 
    if (tables->schema_table)
5588
 
      table->cursor->stats.records= 2;
5589
5584
    table->quick_condition_rows= table->cursor->stats.records;
5590
5585
 
5591
5586
    s->on_expr_ref= &tables->on_expr;