1
0
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:
unknown
2006-11-03 10:18:13 +04:00
parent bfdc9c1207
commit b5d53f2031
2 changed files with 13 additions and 0 deletions

View File

@ -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
};