diff options
author | unknown <ram@gw.mysql.r18.ru> | 2004-02-02 20:25:39 +0400 |
---|---|---|
committer | unknown <ram@gw.mysql.r18.ru> | 2004-02-02 20:25:39 +0400 |
commit | f1bfba29d4e61daaafdf60df402dca3f70e2c79d (patch) | |
tree | ae7957062d4d1c4f2256c593e924347d05c66bb6 /dbug | |
parent | f85e469eedc259dcdeb657ceef63b071a2983849 (diff) | |
download | mariadb-git-f1bfba29d4e61daaafdf60df402dca3f70e2c79d.tar.gz |
just tried to find all 'skipp' and replace it with 'skip'.
client/sql_string.cc:
skipp -> skip
dbug/dbug.c:
skipp -> skip
myisam/mi_create.c:
skipp -> skip
myisam/mi_dynrec.c:
skipp -> skip
myisam/mi_packrec.c:
skipp -> skip
myisam/mi_rrnd.c:
skipp -> skip
myisam/mi_test1.c:
skipp -> skip
myisam/myisampack.c:
skipp -> skip
myisam/rt_test.c:
skipp -> skip
myisam/sp_test.c:
skipp -> skip
mysys/default.c:
skipp -> skip
mysys/mf_iocache.c:
skipp -> skip
mysys/mf_pack.c:
skipp -> skip
mysys/mf_wcomp.c:
skipp -> skip
mysys/typelib.c:
skipp -> skip
sql/filesort.cc:
skipp -> skip
sql/item_strfunc.cc:
skipp -> skip
sql/mysqld.cc:
skipp -> skip
sql/opt_range.h:
skipp -> skip
sql/sql_delete.cc:
skipp -> skip
sql/sql_select.cc:
skipp -> skip
sql/sql_string.cc:
skipp -> skip
sql/sql_update.cc:
skipp -> skip
strings/ctype-bin.c:
skipp -> skip
strings/ctype-simple.c:
skipp -> skip
strings/r_strinstr.c:
skipp -> skip
strings/strinstr.c:
skipp -> skip
strings/strstr.c:
skipp -> skip
Diffstat (limited to 'dbug')
-rw-r--r-- | dbug/dbug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbug/dbug.c b/dbug/dbug.c index d96ef0cae09..4e4dd87d0a3 100644 --- a/dbug/dbug.c +++ b/dbug/dbug.c @@ -1640,7 +1640,7 @@ static char *static_strtok (char *s1, pchar separator) cpy--; /* Point at separator */ break; } - end++; /* Two separators in a row, skipp one */ + end++; /* Two separators in a row, skip one */ } } while (*end != EOS); *cpy=EOS; /* Replace last separator */ |