~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_cmpfunc.cc

  • Committer: brian
  • Date: 2008-08-01 17:27:37 UTC
  • mfrom: (261.1.6 drizzle)
  • Revision ID: brian@localhost.localdomain-20080801172737-v6f9pau23un0bwfl
Merge from Monty

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