~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/rollback_to_savepoint.cc

  • Committer: Brian Aker
  • Date: 2009-10-08 02:45:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1177.
  • Revision ID: brian@gaz-20091008024503-39qjylmtpnsnhl4g
Remove worthless call (ok... for not current replication system).

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    }
48
48
    else
49
49
    {
50
 
      if ((session->options & OPTION_KEEP_LOG) || 
51
 
          session->transaction.all.modified_non_trans_table)
 
50
      if (session->transaction.all.modified_non_trans_table)
52
51
      {
53
52
        push_warning(session, 
54
53
                     DRIZZLE_ERROR::WARN_LEVEL_WARN,