~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.cc

  • Committer: Brian Aker
  • Date: 2011-01-26 06:45:42 UTC
  • mto: (2122.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2118.
  • Revision ID: brian@tangent.org-20110126064542-87816j4xjinz95ha
Just  remove second ecapsulated method call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
 
129
129
  /* Abort if we are using strict mode and we are not using IGNORE */
130
130
  if ((int) level >= (int) DRIZZLE_ERROR::WARN_LEVEL_WARN &&
131
 
      session->really_abort_on_warning())
 
131
      session->abortOnWarning())
132
132
  {
133
133
    /* Avoid my_message() calling push_warning */
134
134
    bool no_warnings_for_error= session->no_warnings_for_error;