~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.cc

  • Committer: Brian Aker
  • Date: 2009-09-23 21:40:36 UTC
  • mfrom: (971.6.13 eday-purecov)
  • Revision ID: brian@gaz-20090923214036-bustj80ei8ysbayf
Old message removal by Eric (no actual code has been harmed in the production of
this patch...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        We shouldn't call fix_fields() twice, so check 'fixed' field first
140
140
      */
141
141
      if ((!(*arg)->fixed && (*arg)->fix_fields(session, arg)))
142
 
        return true;        /* purecov: inspected */
 
142
        return true;
143
143
      item= *arg;
144
144
 
145
145
      if (allowed_arg_cols)