~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to src/backup_xt.cc

  • Committer: Paul McCullagh
  • Date: 2010-02-02 10:06:03 UTC
  • Revision ID: paul.mccullagh@primebase.org-20100202100603-3l4xe7gc5yvo9tds
Fixed bug #513012: On a table with a trigger the same record is updated more than once in one statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
        bd_thread->st_abort_trans = FALSE;
404
404
        bd_thread->st_stat_ended = FALSE;
405
405
        bd_thread->st_stat_trans = FALSE;
406
 
        bd_thread->st_is_update = FALSE;
 
406
        bd_thread->st_is_update = NULL;
407
407
        if (!xt_xn_begin(bd_thread))
408
408
                return backup::ERROR;
409
409
        bd_state = BUP_STATE_AFTER_LOCK;