mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +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
|
|
@ -634,7 +634,8 @@ CHARSET_INFO my_charset_czech =
|
|||
my_strntoul_8bit,
|
||||
my_strntoll_8bit,
|
||||
my_strntoull_8bit,
|
||||
my_strntod_8bit
|
||||
my_strntod_8bit,
|
||||
my_scan_8bit
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue