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

This commit is contained in:
bar@bar.mysql.r18.ru 2003-01-17 18:14:54 +04:00
commit 2a41e291dc
16 changed files with 104 additions and 33 deletions

View file

@ -726,7 +726,8 @@ CHARSET_INFO my_charset_tis620 =
my_strntoul_8bit,
my_strntoll_8bit,
my_strntoull_8bit,
my_strntod_8bit
my_strntod_8bit,
my_scan_8bit
};