mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
Merge mysql.com:/home/gluh/MySQL/Merge/5.1
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
This commit is contained in:
commit
4f5868114a
133 changed files with 2674 additions and 678 deletions
|
|
@ -32,3 +32,9 @@ char *llstr(longlong value,char *buff)
|
|||
longlong10_to_str(value,buff,-10);
|
||||
return buff;
|
||||
}
|
||||
|
||||
char *ullstr(longlong value,char *buff)
|
||||
{
|
||||
longlong10_to_str(value,buff,10);
|
||||
return buff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue