~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-12-08 22:35:56 UTC
  • mfrom: (1819.9.158 update-innobase)
  • Revision ID: brian@tangent.org-20101208223556-37mi4omqg7lkjzf3
Merge in Stewart's changes, 1.3 changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1502
1502
        rec_t*          rec;
1503
1503
        ulint           fold;
1504
1504
        index_id_t      index_id;
1505
 
        ibool           found;
1506
1505
        ulint           offsets_[REC_OFFS_NORMAL_SIZE];
1507
1506
        mem_heap_t*     heap            = NULL;
1508
1507
        rec_offs_init(offsets_);
1535
1534
        }
1536
1535
        rw_lock_x_lock(&btr_search_latch);
1537
1536
 
1538
 
        found = ha_search_and_delete_if_found(table, fold, rec);
 
1537
        ha_search_and_delete_if_found(table, fold, rec);
1539
1538
 
1540
1539
        rw_lock_x_unlock(&btr_search_latch);
1541
1540
}