~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to storage/innobase/btr/btr0sea.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1401
1401
        rec_t*          rec;
1402
1402
        ulint           fold;
1403
1403
        dulint          index_id;
1404
 
        ibool           found;
1405
1404
        ulint           offsets_[REC_OFFS_NORMAL_SIZE];
1406
1405
        mem_heap_t*     heap            = NULL;
1407
1406
        *offsets_ = (sizeof offsets_) / sizeof *offsets_;
1433
1432
        }
1434
1433
        rw_lock_x_lock(&btr_search_latch);
1435
1434
 
1436
 
        found = ha_search_and_delete_if_found(table, fold, rec);
 
1435
        ha_search_and_delete_if_found(table, fold, rec);
1437
1436
 
1438
1437
        rw_lock_x_unlock(&btr_search_latch);
1439
1438
}