1
0
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:
unknown
2006-03-23 21:41:29 +04:00
parent 378efca2be
commit d4c8ca0ca7
2 changed files with 6 additions and 6 deletions

View File

@ -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;