mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
A preparatory patch for MDEV-6566.
Adding a new virtual function MY_CHARSET_HANDLER::copy_abort(). Moving character set specific code into the correspoding implementations (for simple, multi-byte and mbmaxlen>1 character sets).
This commit is contained in:
parent
7047bef1ef
commit
b1b6101af2
18 changed files with 185 additions and 89 deletions
|
|
@ -67295,7 +67295,8 @@ static MY_CHARSET_HANDLER my_charset_handler=
|
|||
my_strntod_8bit,
|
||||
my_strtoll10_8bit,
|
||||
my_strntoull10rnd_8bit,
|
||||
my_scan_8bit
|
||||
my_scan_8bit,
|
||||
my_copy_abort_mb,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue