diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-09-24 19:19:25 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-09-24 19:19:25 +0400 |
commit | 0a359d76272bdf74dfbc1bd3bf9e38140cfaa7a1 (patch) | |
tree | cb6af5b82c6628a47c4ea8be9597346f4a5fb88f /storage/myisam/myisamdef.h | |
parent | fa9e012a3412ad93159b69e4c7eb7a2eb5bde37f (diff) | |
parent | 5f118b26c83960c8fa98bfd544f57ffd76b55304 (diff) | |
download | mariadb-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.h | 2 |
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 */ |