summaryrefslogtreecommitdiff
path: root/strings/ctype-gbk.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-gbk.c
parentee0f0a81da2cfa0fd897d5b64c3649aeed91be2a (diff)
downloadmariadb-git-4b75a129fc22e2620f83dacb60cf42b27082e94a.tar.gz
New scan() function in CHARSET_INFO structure (not used yet)
Diffstat (limited to 'strings/ctype-gbk.c')
-rw-r--r--strings/ctype-gbk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-gbk.c b/strings/ctype-gbk.c
index 7c48e239f2d..3aff098cd14 100644
--- a/strings/ctype-gbk.c
+++ b/strings/ctype-gbk.c
@@ -9912,6 +9912,7 @@ CHARSET_INFO my_charset_gbk =
my_strntoll_8bit,
my_strntoull_8bit,
my_strntod_8bit,
+ my_scan_8bit
};