New scan() function in CHARSET_INFO structure (not used yet)

This commit is contained in:
unknown 2003-01-17 18:14:54 +04:00
commit 4b75a129fc
16 changed files with 104 additions and 33 deletions

View file

@ -8468,7 +8468,8 @@ CHARSET_INFO my_charset_ujis =
my_strntoul_8bit,
my_strntoll_8bit,
my_strntoull_8bit,
my_strntod_8bit
my_strntod_8bit,
my_scan_8bit
};