mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
arbitrary precision decimal numbers
strings/llstr.c: small optimization BitKeeper/etc/ignore: Added strings/test_decimal to the ignore list
This commit is contained in:
@@ -30,6 +30,6 @@
|
||||
|
||||
char *llstr(longlong value,char *buff)
|
||||
{
|
||||
longlong2str(value,buff,-10);
|
||||
longlong10_to_str(value,buff,-10);
|
||||
return buff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user