~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/lock/lock0lock.c

  • Committer: Brian Aker
  • Date: 2009-11-11 07:59:22 UTC
  • mfrom: (1208.2.1 staging)
  • Revision ID: brian@gaz-20091111075922-cf8wq22d5oy6nd3h
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
4892
4892
        }
4893
4893
 
4894
4894
        trx = thr_get_trx(thr);
4895
 
        next_rec = page_rec_get_next((rec_t*) rec);
 
4895
        next_rec = page_rec_get_next_const(rec);
4896
4896
        next_rec_heap_no = page_rec_get_heap_no(next_rec);
4897
4897
 
4898
4898
        lock_mutex_enter_kernel();