~patrick-crews/drizzle/dbqp_server_setup

« back to all changes in this revision

Viewing changes to plugin/innobase/trx/trx0sys.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:
1476
1476
                UT_LIST_REMOVE(view_list, trx_sys->view_list, prev_view);
1477
1477
        }
1478
1478
 
 
1479
        if (! srv_apply_log_only) {
1479
1480
        ut_a(UT_LIST_GET_LEN(trx_sys->trx_list) == 0);
1480
1481
        ut_a(UT_LIST_GET_LEN(trx_sys->rseg_list) == 0);
1481
1482
        ut_a(UT_LIST_GET_LEN(trx_sys->view_list) == 0);
1482
1483
        ut_a(UT_LIST_GET_LEN(trx_sys->mysql_trx_list) == 0);
 
1484
        }
1483
1485
 
1484
1486
        mem_free(trx_sys);
1485
1487