summaryrefslogtreecommitdiff
path: root/strings/ctype-simple.c
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2006-03-23 21:41:29 +0400
committerunknown <bar@mysql.com>2006-03-23 21:41:29 +0400
commitc22e3f99619f82517f9331867b721ae0fbf30d48 (patch)
tree31086b4c754c4f050e8464f92576444b649e76bb /strings/ctype-simple.c
parent6bbd4f301658c7a7d2dc9b245d8889b412f21755 (diff)
downloadmariadb-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.c2
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;