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