~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/decimal.cc

  • Committer: Brian Aker
  • Date: 2011-01-26 02:13:21 UTC
  • mto: (2122.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2118.
  • Revision ID: brian@tangent.org-20110126021321-3vxltp6aianxs18a
Additional abstract around time (this also makes the abort_on_warnings in
session private).

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
  if ((err= decimal_value.store(E_DEC_FATAL_ERROR &
153
153
                           ~(E_DEC_OVERFLOW | E_DEC_BAD_NUM),
154
154
                           from, length, charset_arg)) &&
155
 
      getTable()->in_use->abort_on_warning)
 
155
      getTable()->in_use->really_abort_on_warning())
156
156
  {
157
157
    /* Because "from" is not NUL-terminated and we use %s in the ER() */
158
158
    String from_as_str;