~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2009-08-11 03:03:58 UTC
  • mfrom: (1113.1.2 merge)
  • Revision ID: brian@gaz-20090811030358-dn0mzaj7n94zrheg
lcov dead code removal (merge)

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
    }