Skip to content

Commit

Permalink
Fix typo in FSP header field name (atomic_blogs -> atomic_blobs)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnaut committed Oct 1, 2014
1 parent 0a41d13 commit a05711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/innodb/page/fsp_hdr_xdes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def self.decode_flags(flags)
:compressed => compressed_page_size ? false : true,
:page_size => compressed_page_size || system_page_size,
:post_antelope => read_bits_at_offset(flags, 1, 0) == 1,
:atomic_blogs => read_bits_at_offset(flags, 1, 5) == 1,
:atomic_blobs => read_bits_at_offset(flags, 1, 5) == 1,
:data_directory => read_bits_at_offset(flags, 1, 10) == 1,
:value => flags,
}
Expand Down

0 comments on commit a05711e

Please sign in to comment.