mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
Fix skipp -> skip once and for all.
(Note: This affects only comments, not variable names.)
This commit is contained in:
parent
deaa73fe42
commit
2f0ca1ce42
28 changed files with 42 additions and 42 deletions
|
|
@ -402,7 +402,7 @@ static my_bool my_like_range_big5(CHARSET_INFO *cs __attribute__((unused)),
|
|||
}
|
||||
if (*ptr == escape && ptr+1 != end)
|
||||
{
|
||||
ptr++; /* Skipp escape */
|
||||
ptr++; /* Skip escape */
|
||||
*min_str++= *max_str++ = *ptr;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue