~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/trx/trx0rseg.cc

  • Committer: Lee Bieber
  • Date: 2011-03-31 14:40:56 UTC
  • mfrom: (2242.1.133 drizzle-xtrabackup)
  • Revision ID: kalebral@gmail.com-20110331144056-hdhp6cj0zo1keuc9
Merge Stewart - xtrabackup port to drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
 
141
141
        mutex_free(&rseg->mutex);
142
142
 
 
143
        if (! srv_apply_log_only) {
143
144
        /* There can't be any active transactions. */
144
145
        ut_a(UT_LIST_GET_LEN(rseg->update_undo_list) == 0);
145
146
        ut_a(UT_LIST_GET_LEN(rseg->insert_undo_list) == 0);
 
147
        }
146
148
 
147
149
        undo = UT_LIST_GET_FIRST(rseg->update_undo_cached);
148
150