summaryrefslogtreecommitdiff
path: root/isam/isamchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'isam/isamchk.c')
-rw-r--r--isam/isamchk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/isam/isamchk.c b/isam/isamchk.c
index 513c1ea3a5d..5dd20c14063 100644
--- a/isam/isamchk.c
+++ b/isam/isamchk.c
@@ -858,7 +858,7 @@ static int chk_size(register N_INFO *info)
#endif
if (skr != size)
{
- info->s->state.data_file_length=(ulong) size; /* Skipp other errors */
+ info->s->state.data_file_length=(ulong) size; /* Skip other errors */
if (skr > size && skr != size + MEMMAP_EXTRA_MARGIN)
{
error=1;
@@ -1800,12 +1800,12 @@ my_string name;
if (buff[0] == ',')
strmov(buff,buff+2);
#endif
- len=(uint) (int2str((long) share->rec[field].base.length,length,10) -
+ len=(uint) (int10_to_str((long) share->rec[field].base.length,length,10) -
length);
if (type == FIELD_BLOB)
{
length[len]='+';
- VOID(int2str((long) sizeof(char*),length+len+1,10));
+ VOID(int10_to_str((long) sizeof(char*),length+len+1,10));
}
printf("%-6d%-6d%-7s%-35s",field+1,start,length,buff);
#ifndef NOT_PACKED_DATABASES
@@ -2672,7 +2672,7 @@ static int sort_get_next_record()
goto try_next;
block_info.second_read=0;
searching=1;
- for (i=1 ; i < 11 ; i++) /* Skipp from read string */
+ for (i=1 ; i < 11 ; i++) /* Skip from read string */
if (block_info.header[i] >= 1 && block_info.header[i] <= 16)
break;
pos+=(ulong) i;