Skip to content

Commit

Permalink
Correct a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Jun 13, 2018
1 parent edc1b8e commit 92bd177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/innobase/include/fsp0fsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ fsp_flags_convert_from_101(ulint flags)

/* Bits 13..16 are the wrong position for PAGE_SSIZE, and they
should contain one of the values 3,4,6,7, that is, be of the form
0b0011 or 0b01xx (except 0b0110).
0b0011 or 0b01xx (except 0b0101).
In correct versions, these bits should be 0bc0se
where c is the MariaDB COMPRESSED flag
and e is the MySQL 5.7 ENCRYPTION flag
Expand Down
2 changes: 1 addition & 1 deletion storage/xtradb/include/fsp0fsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ fsp_flags_convert_from_101(ulint flags)

/* Bits 13..16 are the wrong position for PAGE_SSIZE, and they
should contain one of the values 3,4,6,7, that is, be of the form
0b0011 or 0b01xx (except 0b0110).
0b0011 or 0b01xx (except 0b0101).
In correct versions, these bits should be 0bc0se
where c is the MariaDB COMPRESSED flag
and e is the MySQL 5.7 ENCRYPTION flag
Expand Down

0 comments on commit 92bd177

Please sign in to comment.