mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
New scan() function in CHARSET_INFO structure (not used yet)
This commit is contained in:
parent
4306940bb4
commit
2a41e291dc
16 changed files with 104 additions and 33 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue