~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 23:36:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1114.
  • Revision ID: brian@gaz-20090810233655-19olqn5iu8dhos6f
Dead code removal around LCOV finds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6336
6336
        order_item_type == Item::REF_ITEM)
6337
6337
    {
6338
6338
      from_field= find_field_in_tables(session, (Item_ident*) order_item, tables,
6339
 
                                       NULL, &view_ref, IGNORE_ERRORS, true,
6340
 
                                       false);
 
6339
                                       NULL, &view_ref, IGNORE_ERRORS, false);
6341
6340
      if (!from_field)
6342
6341
        from_field= (Field*) not_found_field;
6343
6342
    }