~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/trx/trx0undo.c

Tags: innodb-plugin-1.0.2
InnoDB Plugin 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
                return(DB_OUT_OF_FILE_SPACE);
458
458
        }
459
459
 
460
 
#ifdef UNIV_SYNC_DEBUG
461
460
        buf_block_dbg_add_level(block, SYNC_TRX_UNDO_PAGE);
462
 
#endif /* UNIV_SYNC_DEBUG */
 
461
 
463
462
        *undo_page = buf_block_get_frame(block);
464
463
 
465
464
        page_hdr = *undo_page + TRX_UNDO_PAGE_HDR;
1708
1707
/*=================*/
1709
1708
                                /* out: DB_SUCCESS if undo log assign
1710
1709
                                successful, possible error codes are:
1711
 
                                DD_TOO_MANY_CONCURRENT_TRXS
 
1710
                                DB_TOO_MANY_CONCURRENT_TRXS
1712
1711
                                DB_OUT_OF_FILE_SPACE DB_OUT_OF_MEMORY*/
1713
1712
        trx_t*          trx,    /* in: transaction */
1714
1713
        ulint           type)   /* in: TRX_UNDO_INSERT or TRX_UNDO_UPDATE */