mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02: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:
parent
65ed693681
commit
decc71e636
5 changed files with 1714 additions and 9 deletions
|
|
@ -30,6 +30,6 @@
|
|||
|
||||
char *llstr(longlong value,char *buff)
|
||||
{
|
||||
longlong2str(value,buff,-10);
|
||||
longlong10_to_str(value,buff,-10);
|
||||
return buff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue