Browse Source

branches/innodb+: Undo another white-space change that makes the code

differ from branches/zip.
pull/73/head
marko 17 years ago
parent
commit
294917e409
  1. 2
      btr/btr0cur.c

2
btr/btr0cur.c

@ -926,7 +926,7 @@ btr_cur_open_at_rnd_pos(
block = buf_page_get_gen(space, zip_size, page_no,
RW_NO_LATCH, NULL, BUF_GET,
__FILE__, __LINE__, mtr);
__FILE__, __LINE__, mtr);
page = buf_block_get_frame(block);
ut_ad(0 == ut_dulint_cmp(index->id,
btr_page_get_index_id(page)));

Loading…
Cancel
Save