summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-06-11 10:33:09 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2018-06-13 16:02:40 +0300
commit92bd177fe9f8b297a464891a25bbbd6a992d655f (patch)
treef314865de485fc1e6149180e16a169bf18920ca6 /storage
parentedc1b8e1172abc35644f2b4824a78d49ac17a7d2 (diff)
downloadmariadb-git-92bd177fe9f8b297a464891a25bbbd6a992d655f.tar.gz
Correct a typo in a comment
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/include/fsp0fsp.h2
-rw-r--r--storage/xtradb/include/fsp0fsp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/fsp0fsp.h b/storage/innobase/include/fsp0fsp.h
index 275a5785ce2..c11c48d58cf 100644
--- a/storage/innobase/include/fsp0fsp.h
+++ b/storage/innobase/include/fsp0fsp.h
@@ -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
diff --git a/storage/xtradb/include/fsp0fsp.h b/storage/xtradb/include/fsp0fsp.h
index 7395a248bed..bc81a9c126b 100644
--- a/storage/xtradb/include/fsp0fsp.h
+++ b/storage/xtradb/include/fsp0fsp.h
@@ -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