# File lib/innodb/ibuf_bitmap.rb, line 24
  def read_bitmap(page, cursor)
    cursor.name("ibuf_bitmap") do |c|
      c.get_bytes(size_bitmap)
    end
  end