summaryrefslogtreecommitdiff
path: root/strings/ctype-czech.c
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-01-17 18:14:54 +0400
committerunknown <bar@bar.mysql.r18.ru>2003-01-17 18:14:54 +0400
commit4b75a129fc22e2620f83dacb60cf42b27082e94a (patch)
treeddb0460a7f46889fe6c654065da41d91679d813f /strings/ctype-czech.c
parentee0f0a81da2cfa0fd897d5b64c3649aeed91be2a (diff)
downloadmariadb-git-4b75a129fc22e2620f83dacb60cf42b27082e94a.tar.gz
New scan() function in CHARSET_INFO structure (not used yet)
Diffstat (limited to 'strings/ctype-czech.c')
-rw-r--r--strings/ctype-czech.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c
index 8feb83cbeb4..6397d3d902e 100644
--- a/strings/ctype-czech.c
+++ b/strings/ctype-czech.c
@@ -634,7 +634,8 @@ CHARSET_INFO my_charset_czech =
my_strntoul_8bit,
my_strntoll_8bit,
my_strntoull_8bit,
- my_strntod_8bit
+ my_strntod_8bit,
+ my_scan_8bit
};
#endif