Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/psergey/mysql-4.1-bug9228
This commit is contained in:
commit
7ecca388af
@ -810,7 +810,7 @@ bool Protocol_simple::store_long(longlong from)
|
|||||||
#endif
|
#endif
|
||||||
char buff[20];
|
char buff[20];
|
||||||
return net_store_data((char*) buff,
|
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…
x
Reference in New Issue
Block a user