mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Merge mysql.com:/home/psergey/mysql-4.1-bug9228
into mysql.com:/home/psergey/mysql-5.0-bug10274-merge
This commit is contained in:
commit
c83b78169e
1 changed files with 1 additions and 1 deletions
|
|
@ -820,7 +820,7 @@ bool Protocol_simple::store_long(longlong from)
|
|||
#endif
|
||||
char buff[20];
|
||||
return net_store_data((char*) buff,
|
||||
(uint) (int10_to_str((int)from,buff, (from <0)?-10:10)-buff));
|
||||
(uint) (int10_to_str((long int)from,buff, (from <0)?-10:10)-buff));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue