mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
After merge fix for BUG#18908 ERROR 1406 (22001): Data too long for column :: using utf8
strings/ctype-utf8.c: Fix for compilation warning - forgot to add a new structure member in one of the previous changes.
This commit is contained in:
@ -4051,6 +4051,7 @@ static MY_CHARSET_HANDLER my_charset_filename_handler=
|
||||
my_strntoull_8bit,
|
||||
my_strntod_8bit,
|
||||
my_strtoll10_8bit,
|
||||
my_strntoull10rnd_8bit,
|
||||
my_scan_8bit
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user