~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_cmpfunc.cc

  • Committer: Felipe
  • Date: 2008-08-04 23:58:04 UTC
  • mto: (261.2.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: felipe@pena-20080804235804-x55q2xqxcar6u66f
- Renamed MYSQL_ERROR to DRIZZLE_ERROR.

Show diffs side-by-side

added added

removed removed

Lines of Context:
675
675
  }
676
676
 
677
677
  if (error > 0)
678
 
    make_truncated_value_warning(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
 
678
    make_truncated_value_warning(thd, DRIZZLE_ERROR::WARN_LEVEL_WARN,
679
679
                                 str->ptr(), str->length(),
680
680
                                 warn_type, warn_name);
681
681