~patrick-crews/drizzle/dbqp_server_setup

« back to all changes in this revision

Viewing changes to plugin/innobase/log/log0log.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:
1356
1356
#endif /* UNIV_DEBUG */
1357
1357
        ulint           unlock;
1358
1358
 
1359
 
        if (recv_no_ibuf_operations) {
 
1359
        if (recv_no_ibuf_operations || srv_fake_write) {
1360
1360
                /* Recovery is running and no operations on the log files are
1361
1361
                allowed yet (the variable name .._no_ibuf_.. is misleading) */
1362
1362
 
3116
3116
        for the 'very fast' shutdown, because the InnoDB layer may have
3117
3117
        committed or prepared transactions and we don't want to lose them. */
3118
3118
 
 
3119
        if (! srv_apply_log_only) {
3119
3120
        if (trx_n_mysql_transactions > 0
3120
3121
            || UT_LIST_GET_LEN(trx_sys->trx_list) > 0) {
3121
3122
 
3123
3124
 
3124
3125
                goto loop;
3125
3126
        }
 
3127
        }
3126
3128
 
3127
3129
        if (srv_fast_shutdown == 2) {
3128
3130
                /* In this fastest shutdown we do not flush the buffer pool: