summaryrefslogtreecommitdiff
path: root/storage/myisam/myisamdef.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-09-24 19:19:25 +0400
committerAlexander Barkov <bar@mariadb.com>2019-09-24 19:19:25 +0400
commit0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1 (patch)
treecb6af5b82c6628a47c4ea8be9597346f4a5fb88f /storage/myisam/myisamdef.h
parentfa9e012a3412ad93159b69e4c7eb7a2eb5bde37f (diff)
parent5f118b26c83960c8fa98bfd544f57ffd76b55304 (diff)
downloadmariadb-git-0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1.tar.gz
Merge remote-tracking branch 'origin/10.1' into 10.2
Diffstat (limited to 'storage/myisam/myisamdef.h')
-rw-r--r--storage/myisam/myisamdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamdef.h b/storage/myisam/myisamdef.h
index bf1029d170a..67024ea36aa 100644
--- a/storage/myisam/myisamdef.h
+++ b/storage/myisam/myisamdef.h
@@ -196,7 +196,7 @@ typedef struct st_mi_isam_share
ulong last_process; /* For table-change-check */
ulong last_version; /* Version on start */
ulong options; /* Options used */
- ulong min_pack_length; /* Theese are used by packed data */
+ ulong min_pack_length; /* These are used by packed data */
ulong max_pack_length;
ulong state_diff_length;
uint rec_reflength; /* rec_reflength in use now */