summaryrefslogtreecommitdiff
path: root/storage/myisam/mi_extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/myisam/mi_extra.c')
-rw-r--r--storage/myisam/mi_extra.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/myisam/mi_extra.c b/storage/myisam/mi_extra.c
index bb276f0226d..3514bc5a66e 100644
--- a/storage/myisam/mi_extra.c
+++ b/storage/myisam/mi_extra.c
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
#include "myisamdef.h"
#ifdef HAVE_SYS_MMAN_H
@@ -211,7 +211,7 @@ int mi_extra(MI_INFO *info, enum ha_extra_function function, void *extra_arg)
info->read_record= share->read_record;
info->opt_flag&= ~(KEY_READ_USED | REMEMBER_OLD_POS);
break;
- case HA_EXTRA_NO_USER_CHANGE: /* Database is somehow locked agains changes */
+ case HA_EXTRA_NO_USER_CHANGE: /* Database is somehow locked against changes */
info->lock_type= F_EXTRA_LCK; /* Simulate as locked */
break;
case HA_EXTRA_WAIT_LOCK:
@@ -349,7 +349,7 @@ int mi_extra(MI_INFO *info, enum ha_extra_function function, void *extra_arg)
if (share->base.blobs)
mi_alloc_rec_buff(info, -1, &info->rec_buff);
break;
- case HA_EXTRA_NORMAL: /* Theese isn't in use */
+ case HA_EXTRA_NORMAL: /* These aren't in use */
info->quick_mode=0;
break;
case HA_EXTRA_QUICK: