mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge backport of WL#3771 with mysql-next-mr.
This commit is contained in:
@ -28,5 +28,6 @@ extern char *longlong2str_with_dig_vector(longlong val,char *dst,int radix,
|
||||
|
||||
char *ll2str(longlong val,char *dst,int radix, int upcase)
|
||||
{
|
||||
return longlong2str_with_dig_vector(val, dst, radix, _dig_vec_upper);
|
||||
return longlong2str_with_dig_vector(val, dst, radix,
|
||||
upcase ? _dig_vec_upper : _dig_vec_lower);
|
||||
}
|
||||
|
Reference in New Issue
Block a user