summaryrefslogtreecommitdiff
path: root/storage/myisam/ha_myisam.cc
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-09-24 23:05:09 +0400
committerAlexander Barkov <bar@mariadb.com>2019-09-24 23:05:09 +0400
commitb6bb64e54a3e34a20cda34e25b6ec62a097955ef (patch)
tree70fc710317991ae4892c57f179759ed3147d3d47 /storage/myisam/ha_myisam.cc
parent0e50ee6f28ca709c3ab8d143360faca182e74db4 (diff)
parent102bc7beb080e936ba70c0524a8759799f42458e (diff)
downloadmariadb-git-b6bb64e54a3e34a20cda34e25b6ec62a097955ef.tar.gz
Merge remote-tracking branch 'origin/10.2' into 10.3
Diffstat (limited to 'storage/myisam/ha_myisam.cc')
-rw-r--r--storage/myisam/ha_myisam.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/myisam/ha_myisam.cc b/storage/myisam/ha_myisam.cc
index bfc6acd3c1c..40c8ea61ddc 100644
--- a/storage/myisam/ha_myisam.cc
+++ b/storage/myisam/ha_myisam.cc
@@ -769,8 +769,8 @@ int ha_myisam::open(const char *name, int mode, uint test_if_locked)
growing files. Using an open_flag instead of calling mi_extra(...
HA_EXTRA_MMAP ...) after mi_open() has the advantage that the
mapping is not repeated for every open, but just done on the initial
- open, when the MyISAM share is created. Everytime the server
- requires to open a new instance of a table it calls this method. We
+ open, when the MyISAM share is created. Every time the server
+ requires opening a new instance of a table it calls this method. We
will always supply HA_OPEN_MMAP for a permanent table. However, the
MyISAM storage engine will ignore this flag if this is a secondary
open of a table that is in use by other threads already (if the