~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-security

« back to all changes in this revision

Viewing changes to storage/innodb_plugin/row/row0umod.c

  • Committer: Package Import Robot
  • Author(s): Seth Arnold
  • Date: 2013-04-18 17:04:15 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20130418170415-0ogqujl7eqweolxq
Tags: 5.1.69-0ubuntu0.10.04.1
* SECURITY UPDATE: Update to 5.1.69 to fix security issues (LP: #1170516)
  - http://www.oracle.com/technetwork/topics/security/cpuapr2013-1899555.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
493
493
        ulint           err     = DB_SUCCESS;
494
494
 
495
495
        ut_ad(node->rec_type == TRX_UNDO_UPD_DEL_REC);
 
496
        ut_ad(!node->undo_row);
496
497
        heap = mem_heap_create(1024);
497
498
 
498
499
        while (node->index != NULL) {
546
547
        dict_index_t*   index;
547
548
        ulint           err;
548
549
 
 
550
        ut_ad(!node->undo_row);
 
551
 
549
552
        heap = mem_heap_create(1024);
550
553
 
551
554
        while (node->index != NULL) {