mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
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
This commit is contained in:
parent
f85e469eed
commit
f1bfba29d4
29 changed files with 83 additions and 83 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue