mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge with 5.1-micro
This commit is contained in:
@ -270,6 +270,11 @@ int my_decimal2string(uint mask, const my_decimal *d, uint fixed_prec,
|
||||
uint fixed_dec, char filler, String *str);
|
||||
#endif
|
||||
|
||||
bool my_decimal2seconds(const my_decimal *d, ulonglong *sec, ulong *microsec);
|
||||
|
||||
my_decimal *seconds2my_decimal(bool sign, ulonglong sec, ulong microsec,
|
||||
my_decimal *d);
|
||||
|
||||
int my_decimal2int(uint mask, const decimal_t *d, bool unsigned_flag,
|
||||
longlong *l);
|
||||
|
||||
|
Reference in New Issue
Block a user