~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.cc

  • Committer: Brian Aker
  • Date: 2010-11-08 20:00:45 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1916.
  • Revision ID: brian@tangent.org-20101108200045-wgysfvli5mtduszd
EnapsulateĀ Kill.

Show diffs side-by-side

added added

removed removed

Lines of Context:
707
707
   */
708
708
  if (is_real_trans &&
709
709
      session->transaction.all.hasModifiedNonTransData() &&
710
 
      session->killed != Session::KILL_CONNECTION)
 
710
      session->getKilled() != Session::KILL_CONNECTION)
711
711
  {
712
712
    push_warning(session, DRIZZLE_ERROR::WARN_LEVEL_WARN,
713
713
                 ER_WARNING_NOT_COMPLETE_ROLLBACK,