mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
After merge fixes
mysql-test/r/ctype_ucs.result: Fixed warning after merge sql/field.cc: After merge fix sql/item_cmpfunc.cc: Style & comment changes sql/sql_yacc.yy: After merge fix
This commit is contained in:
@ -2452,7 +2452,7 @@ int Field_long::store(const char *from,uint len,CHARSET_INFO *cs)
|
||||
from+= tmp;
|
||||
|
||||
end= (char*) from+len;
|
||||
tmp= my_strtoll10(from, &end, &error);
|
||||
tmp= cs->cset->my_strtoll10(cs, from, &end, &error);
|
||||
|
||||
if (error != MY_ERRNO_EDOM)
|
||||
{
|
||||
|
Reference in New Issue
Block a user