~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • 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:
1442
1442
  }
1443
1443
  void send_kill_message() const;
1444
1444
  /* return true if we will abort query if we make a warning now */
1445
 
  inline bool really_abort_on_warning()
1446
 
  {
1447
 
    return abort_on_warning;
1448
 
  }
1449
 
 
1450
1445
  inline bool abortOnWarning()
1451
1446
  {
1452
1447
    return abort_on_warning;