diff options
author | unknown <bar@mysql.com> | 2006-03-23 21:41:29 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2006-03-23 21:41:29 +0400 |
commit | c22e3f99619f82517f9331867b721ae0fbf30d48 (patch) | |
tree | 31086b4c754c4f050e8464f92576444b649e76bb /strings/ctype-simple.c | |
parent | 6bbd4f301658c7a7d2dc9b245d8889b412f21755 (diff) | |
download | mariadb-git-c22e3f99619f82517f9331867b721ae0fbf30d48.tar.gz |
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.
Diffstat (limited to 'strings/ctype-simple.c')
-rw-r--r-- | strings/ctype-simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-simple.c b/strings/ctype-simple.c index 41ffecec266..7dd3dfca29a 100644 --- a/strings/ctype-simple.c +++ b/strings/ctype-simple.c @@ -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; |