~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.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:
195
195
                                           outer_context->
196
196
                                             last_name_resolution_table,
197
197
                                           reference,
198
 
                                           IGNORE_EXCEPT_NON_UNIQUE,
199
 
                                           true, true);
 
198
                                           IGNORE_EXCEPT_NON_UNIQUE, true);
200
199
          if (! from_field)
201
200
            goto error;
202
201
          if (from_field == view_ref_found)