mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
ctype-utf8.c, ctype-simple.c:
Forgot to include into the previous changeset. strings/ctype-simple.c: Forgot to include into the previous changeset. strings/ctype-utf8.c: Forgot to include into the previous changeset.
This commit is contained in:
@ -1360,7 +1360,7 @@ int my_mb_ctype_8bit(CHARSET_INFO *cs, int *ctype,
|
||||
if (s >= e)
|
||||
{
|
||||
*ctype= 0;
|
||||
return MY_CS_TOOFEW(0);
|
||||
return MY_CS_TOOSMALL;
|
||||
}
|
||||
*ctype= cs->ctype[*s];
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user