~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2009-05-14 23:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090514235950-9f1f1rbcpmxhaanv
Removed dead code from table_list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4084
4084
        Store the original table of the field, which may be different from
4085
4085
        cur_table in the case of NATURAL/USING join.
4086
4086
      */
4087
 
      item->cached_table= (!actual_table->cacheable_table || found) ?
4088
 
                          0 : actual_table;
 
4087
      item->cached_table= found ?  0 : actual_table;
4089
4088
 
4090
4089
      assert(session->where);
4091
4090
      /*