MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_decimal2decimal

Function my_decimal2decimal

sql/my_decimal.h:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296
297
298inline
299void my_decimal2decimal(const my_decimal *from, my_decimal *to)
300{
301 *to= *from;
302}
303
304
305int my_decimal2binary(uint mask, const my_decimal *d, uchar *bin, int prec,

Callers 5

val_decimalMethod · 0.85
my_decimal2binaryFunction · 0.85
Item_decimalMethod · 0.85
set_decimalMethod · 0.85
set_from_user_varMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected